#F35474

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

Shades of Wild Watermelon #F35474

Tints of Wild Watermelon #F35474

Color information

#F35474 (or 0xF35474) is unknown color: approx Wild Watermelon. HEX triplet: F3, 54 and 74. RGB value is (243,84,116). Sum of RGB (Red+Green+Blue) = 243+84+116=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F35474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35474 is #0CAB8B. Grayscale: #878787. Windows color (decimal): -830348 or 7623923. OLE color: 7623923.

HSL color Cylindrical-coordinate representation of color #F35474: hue angle of 347.92º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F35474 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB24384116-
CMYK00.650.520.05
HSL347.92º86.89%64.12%-
HSV(B)347.92º65.43%95.29%-
XYZ43.2826.6619.39-
YUV135.19117.18204.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.85%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 116 (45.70% from 255) = 26.19%
R=54.85%
G=18.96%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438411600.650.520.05347.9286.8964.12
HexF3547404134515c5740
Octal3631241640101645534127100
Binary11110011101010011101000100000111010010110101110010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35474; }

 p { color: rgb(243,84,116); }

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

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

 a { background-color: rgb(243,84,116); }

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

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

 span { border-color: rgb(243,84,116); }

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