#F55272

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

Shades of Wild Watermelon #F55272

Tints of Wild Watermelon #F55272

Color information

#F55272 (or 0xF55272) is unknown color: approx Wild Watermelon. HEX triplet: F5, 52 and 72. RGB value is (245,82,114). Sum of RGB (Red+Green+Blue) = 245+82+114=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F55272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55272 is #0AAD8D. Grayscale: #868686. Windows color (decimal): -699790 or 7492341. OLE color: 7492341.

HSL color Cylindrical-coordinate representation of color #F55272: hue angle of 348.22º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F55272 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB24582114-
CMYK00.670.530.04
HSL348.22º89.07%64.12%-
HSV(B)348.22º66.53%96.08%-
XYZ43.7126.6618.76-
YUV134.38116.5206.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.56%
GREEN value IS 82 (32.42% from 255) = 18.59%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=55.56%
G=18.59%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458211400.670.530.04348.2289.0764.12
HexF5527204335415c5940
Octal3651221620103654534131100
Binary11110101101001011100100100001111010110010101110010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55272; }

 p { color: rgb(245,82,114); }

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

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

 a { background-color: rgb(245,82,114); }

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

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

 span { border-color: rgb(245,82,114); }

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