#F35F63

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

Shades of Wild Watermelon #F35F63

Tints of Wild Watermelon #F35F63

Color information

#F35F63 (or 0xF35F63) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5F and 63. RGB value is (243,95,99). Sum of RGB (Red+Green+Blue) = 243+95+99=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35F63 is #0CA09C. Grayscale: #8B8B8B. Windows color (decimal): -827549 or 6512627. OLE color: 6512627.

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

Color convert

RGB2439599-
CMYK00.610.590.05
HSL358.38º86.05%66.27%-
HSV(B)358.38º60.91%95.29%-
XYZ43.3128.1414.95-
YUV139.71105.03201.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.61%
GREEN value IS 95 (37.5% from 255) = 21.74%
BLUE value IS 99 (39.06% from 255) = 22.65%
R=55.61%
G=21.74%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243959900.610.590.05358.3886.0566.27
HexF35F6303D3B51665642
Octal363137143075735546126102
Binary1111001110111111100011011110111101110110110011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35F63; }

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

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

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

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

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

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

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

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