#F35A66

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

Shades of Wild Watermelon #F35A66

Tints of Wild Watermelon #F35A66

Color information

#F35A66 (or 0xF35A66) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5A and 66. RGB value is (243,90,102). Sum of RGB (Red+Green+Blue) = 243+90+102=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35A66 is #0CA599. Grayscale: #898989. Windows color (decimal): -828826 or 6707955. OLE color: 6707955.

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

Color convert

RGB24390102-
CMYK00.630.580.05
HSL355.29º86.44%65.29%-
HSV(B)355.29º62.96%95.29%-
XYZ43.0227.3315.58-
YUV137.12108.19203.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.86%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 102 (40.23% from 255) = 23.45%
R=55.86%
G=20.69%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439010200.630.580.05355.2986.4465.29
HexF35A6603F3A51635641
Octal363132146077725543126101
Binary1111001110110101100110011111111101010110110001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A66; }

 p { color: rgb(243,90,102); }

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

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

 a { background-color: rgb(243,90,102); }

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

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

 span { border-color: rgb(243,90,102); }

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