#F36070

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

Shades of Wild Watermelon #F36070

Tints of Wild Watermelon #F36070

Color information

#F36070 (or 0xF36070) is unknown color: approx Wild Watermelon. HEX triplet: F3, 60 and 70. RGB value is (243,96,112). Sum of RGB (Red+Green+Blue) = 243+96+112=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F36070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36070 is #0C9F8F. Grayscale: #8D8D8D. Windows color (decimal): -827280 or 7364851. OLE color: 7364851.

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

Color convert

RGB24396112-
CMYK00.600.540.05
HSL353.47º85.96%66.47%-
HSV(B)353.47º60.49%95.29%-
XYZ44.0728.5918.52-
YUV141.78111.2200.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.88%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=53.88%
G=21.29%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439611200.600.540.05353.4785.9666.47
HexF3607003C3651615642
Octal363140160074665541126102
Binary1111001111000001110000011110011011010110110000110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36070; }

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

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

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

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

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

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

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

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