#F35970

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

Shades of Wild Watermelon #F35970

Tints of Wild Watermelon #F35970

Color information

#F35970 (or 0xF35970) is unknown color: approx Wild Watermelon. HEX triplet: F3, 59 and 70. RGB value is (243,89,112). Sum of RGB (Red+Green+Blue) = 243+89+112=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F35970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35970 is #0CA68F. Grayscale: #898989. Windows color (decimal): -829072 or 7363059. OLE color: 7363059.

HSL color Cylindrical-coordinate representation of color #F35970: hue angle of 351.04º degrees, saturation: 0.87, 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 #F35970 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB24389112-
CMYK00.630.540.05
HSL351.04º86.52%65.1%-
HSV(B)351.04º63.37%95.29%-
XYZ43.4627.3718.32-
YUV137.67113.52203.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.73%
GREEN value IS 89 (35.16% from 255) = 20.05%
BLUE value IS 112 (44.14% from 255) = 25.23%
R=54.73%
G=20.05%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438911200.630.540.05351.0486.5265.1
HexF3597003F36515f5741
Octal363131160077665537127101
Binary1111001110110011110000011111111011010110101111110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35970; }

 p { color: rgb(243,89,112); }

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

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

 a { background-color: rgb(243,89,112); }

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

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

 span { border-color: rgb(243,89,112); }

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