#F35964

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

Shades of Wild Watermelon #F35964

Tints of Wild Watermelon #F35964

Color information

#F35964 (or 0xF35964) is unknown color: approx Wild Watermelon. HEX triplet: F3, 59 and 64. RGB value is (243,89,100). Sum of RGB (Red+Green+Blue) = 243+89+100=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F35964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35964 is #0CA69B. Grayscale: #888888. Windows color (decimal): -829084 or 6576627. OLE color: 6576627.

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

Color convert

RGB24389100-
CMYK00.630.590.05
HSL355.71º86.52%65.1%-
HSV(B)355.71º63.37%95.29%-
XYZ42.8327.1215.03-
YUV136.3107.52204.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.25%
GREEN value IS 89 (35.16% from 255) = 20.60%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=56.25%
G=20.60%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438910000.630.590.05355.7186.5265.1
HexF3596403F3B51645741
Octal363131144077735544127101
Binary1111001110110011100100011111111101110110110010010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35964; }

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

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

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

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

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

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

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

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