#F35664

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

Shades of Wild Watermelon #F35664

Tints of Wild Watermelon #F35664

Color information

#F35664 (or 0xF35664) is unknown color: approx Wild Watermelon. HEX triplet: F3, 56 and 64. RGB value is (243,86,100). Sum of RGB (Red+Green+Blue) = 243+86+100=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F35664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35664 is #0CA99B. Grayscale: #868686. Windows color (decimal): -829852 or 6575859. OLE color: 6575859.

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

Color convert

RGB24386100-
CMYK00.650.590.05
HSL354.65º86.74%64.51%-
HSV(B)354.65º64.61%95.29%-
XYZ42.5926.6314.95-
YUV134.54108.51205.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.64%
GREEN value IS 86 (33.98% from 255) = 20.05%
BLUE value IS 100 (39.45% from 255) = 23.31%
R=56.64%
G=20.05%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438610000.650.590.05354.6586.7464.51
HexF356640413B51635741
Octal3631261440101735543127101
Binary11110011101011011001000100000111101110110110001110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35664; }

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

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

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

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

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

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

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

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