#F35C79

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

Shades of Wild Watermelon #F35C79

Tints of Wild Watermelon #F35C79

Color information

#F35C79 (or 0xF35C79) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5C and 79. RGB value is (243,92,121). Sum of RGB (Red+Green+Blue) = 243+92+121=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35C79 is #0CA386. Grayscale: #8C8C8C. Windows color (decimal): -828295 or 7953651. OLE color: 7953651.

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

Color convert

RGB24392121-
CMYK00.620.500.05
HSL348.48º86.29%65.69%-
HSV(B)348.48º62.14%95.29%-
XYZ44.2428.0921.18-
YUV140.46117.03201.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.29%
GREEN value IS 92 (36.33% from 255) = 20.18%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=53.29%
G=20.18%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439212100.620.500.05348.4886.2965.69
HexF35C7903E32515c5642
Octal363134171076625534126102
Binary1111001110111001111001011111011001010110101110010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35C79; }

 p { color: rgb(243,92,121); }

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

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

 a { background-color: rgb(243,92,121); }

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

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

 span { border-color: rgb(243,92,121); }

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