#F55273

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

Shades of Wild Watermelon #F55273

Tints of Wild Watermelon #F55273

Color information

#F55273 (or 0xF55273) is unknown color: approx Wild Watermelon. HEX triplet: F5, 52 and 73. RGB value is (245,82,115). Sum of RGB (Red+Green+Blue) = 245+82+115=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F55273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55273 is #0AAD8C. Grayscale: #868686. Windows color (decimal): -699789 or 7557877. OLE color: 7557877.

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

Color convert

RGB24582115-
CMYK00.670.530.04
HSL347.85º89.07%64.12%-
HSV(B)347.85º66.53%96.08%-
XYZ43.7726.6819.06-
YUV134.5117206.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.43%
GREEN value IS 82 (32.42% from 255) = 18.55%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=55.43%
G=18.55%
B=26.02%

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
Decimal2458211500.670.530.04347.8589.0764.12
HexF5527304335415c5940
Octal3651221630103654534131100
Binary11110101101001011100110100001111010110010101110010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55273; }

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

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

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

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

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

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

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

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