#F35D72

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

Shades of Wild Watermelon #F35D72

Tints of Wild Watermelon #F35D72

Color information

#F35D72 (or 0xF35D72) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5D and 72. RGB value is (243,93,114). Sum of RGB (Red+Green+Blue) = 243+93+114=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F35D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35D72 is #0CA28D. Grayscale: #8C8C8C. Windows color (decimal): -828046 or 7495155. OLE color: 7495155.

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

Color convert

RGB24393114-
CMYK00.620.530.05
HSL351.6º86.21%65.88%-
HSV(B)351.6º61.73%95.29%-
XYZ43.9128.119.03-
YUV140.24113.2201.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54%
GREEN value IS 93 (36.72% from 255) = 20.67%
BLUE value IS 114 (44.92% from 255) = 25.33%
R=54%
G=20.67%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439311400.620.530.05351.686.2165.88
HexF35D7203E3551605642
Octal363135162076655540126102
Binary1111001110111011110010011111011010110110110000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35D72; }

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

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

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

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

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

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

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

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