#F35F6E

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

Shades of Wild Watermelon #F35F6E

Tints of Wild Watermelon #F35F6E

Color information

#F35F6E (or 0xF35F6E) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5F and 6E. RGB value is (243,95,110). Sum of RGB (Red+Green+Blue) = 243+95+110=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35F6E is #0CA091. Grayscale: #8D8D8D. Windows color (decimal): -827538 or 7233523. OLE color: 7233523.

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

Color convert

RGB24395110-
CMYK00.610.550.05
HSL353.92º86.05%66.27%-
HSV(B)353.92º60.91%95.29%-
XYZ43.8728.3617.91-
YUV140.96110.53200.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.24%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 110 (43.36% from 255) = 24.55%
R=54.24%
G=21.21%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439511000.610.550.05353.9286.0566.27
HexF35F6E03D3751625642
Octal363137156075675542126102
Binary1111001110111111101110011110111011110110110001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35F6E; }

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

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

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

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

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

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

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

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