#F35B5F

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

Shades of Wild Watermelon #F35B5F

Tints of Wild Watermelon #F35B5F

Color information

#F35B5F (or 0xF35B5F) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5B and 5F. RGB value is (243,91,95). Sum of RGB (Red+Green+Blue) = 243+91+95=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F35B5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35B5F is #0CA4A0. Grayscale: #898989. Windows color (decimal): -828577 or 6249459. OLE color: 6249459.

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

Color convert

RGB2439195-
CMYK00.630.610.05
HSL358.42º86.36%65.49%-
HSV(B)358.42º62.55%95.29%-
XYZ42.7727.3613.85-
YUV136.9104.36203.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.64%
GREEN value IS 91 (35.94% from 255) = 21.21%
BLUE value IS 95 (37.5% from 255) = 22.14%
R=56.64%
G=21.21%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243919500.630.610.05358.4286.3665.49
HexF35B5F03F3D51665641
Octal363133137077755546126101
Binary1111001110110111011111011111111110110110110011010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35B5F; }

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

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

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

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

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

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

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

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