#F35D6E

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

Shades of Wild Watermelon #F35D6E

Tints of Wild Watermelon #F35D6E

Color information

#F35D6E (or 0xF35D6E) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5D and 6E. RGB value is (243,93,110). Sum of RGB (Red+Green+Blue) = 243+93+110=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F35D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35D6E is #0CA291. Grayscale: #8B8B8B. Windows color (decimal): -828050 or 7233011. OLE color: 7233011.

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

Color convert

RGB24393110-
CMYK00.620.550.05
HSL353.2º86.21%65.88%-
HSV(B)353.2º61.73%95.29%-
XYZ43.6928.0117.86-
YUV139.79111.2201.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.48%
GREEN value IS 93 (36.72% from 255) = 20.85%
BLUE value IS 110 (43.36% from 255) = 24.66%
R=54.48%
G=20.85%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439311000.620.550.05353.286.2165.88
HexF35D6E03E3751615642
Octal363135156076675541126102
Binary1111001110111011101110011111011011110110110000110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35D6E; }

 p { color: rgb(243,93,110); }

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

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

 a { background-color: rgb(243,93,110); }

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

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

 span { border-color: rgb(243,93,110); }

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