#F35860

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

Shades of Wild Watermelon #F35860

Tints of Wild Watermelon #F35860

Color information

#F35860 (or 0xF35860) is unknown color: approx Wild Watermelon. HEX triplet: F3, 58 and 60. RGB value is (243,88,96). Sum of RGB (Red+Green+Blue) = 243+88+96=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F35860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35860 is #0CA79F. Grayscale: #878787. Windows color (decimal): -829344 or 6314227. OLE color: 6314227.

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

Color convert

RGB2438896-
CMYK00.640.600.05
HSL356.9º86.59%64.9%-
HSV(B)356.9º63.79%95.29%-
XYZ42.5626.8814.01-
YUV135.26105.85204.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.91%
GREEN value IS 88 (34.77% from 255) = 20.61%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=56.91%
G=20.61%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243889600.640.600.05356.986.5964.9
HexF358600403C51655741
Octal3631301400100745545127101
Binary11110011101100011000000100000011110010110110010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35860; }

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

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

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

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

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

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

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

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