#F54A76

Color #F54A76 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #F54A76

Tints of Wild Watermelon #F54A76

Color information

#F54A76 (or 0xF54A76) is unknown color: approx Wild Watermelon. HEX triplet: F5, 4A and 76. RGB value is (245,74,118). Sum of RGB (Red+Green+Blue) = 245+74+118=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54A76 is #0AB589. Grayscale: #828282. Windows color (decimal): -701834 or 7752437. OLE color: 7752437.

HSL color Cylindrical-coordinate representation of color #F54A76: hue angle of 344.56º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54A76 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB24574118-
CMYK00.700.520.04
HSL344.56º89.53%62.55%-
HSV(B)344.56º69.8%96.08%-
XYZ43.3725.6219.8-
YUV130.14121.15209.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 56.06%
GREEN value IS 74 (29.30% from 255) = 16.93%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=56.06%
G=16.93%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457411800.700.520.04344.5689.5362.55
HexF54A760463441595a3f
Octal365112166010664453113277
Binary1111010110010101110110010001101101001001010110011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54A76; }

 p { color: rgb(245,74,118); }

 H1.HeaderClassName
 {
   color: #F54A76;
 }
 .AnyTagClassName
 {
   color: #F54A76;
 }
</style>
background-color css

<style>
 a { background-color: #F54A76; }

 a { background-color: rgb(245,74,118); }

 div.DivClassName
 {
   background-color: #F54A76;
 }
 .BgClassName
 {
   background-color: #F54A76;
 }
</style>
border-color css

<style>
 span { border-color: #F54A76; }

 span { border-color: rgb(245,74,118); }

 td.TdClassName
 {
   border-color: #F54A76;
 }
 .TagClassName
 {
   border-color: #F54A76;
 }
</style>