#FF4972

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

Shades of Wild Watermelon #FF4972

Tints of Wild Watermelon #FF4972

Color information

#FF4972 (or 0xFF4972) is unknown color: approx Wild Watermelon. HEX triplet: FF, 49 and 72. RGB value is (255,73,114). Sum of RGB (Red+Green+Blue) = 255+73+114=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4972 is #00B68D. Grayscale: #848484. Windows color (decimal): -46734 or 7490047. OLE color: 7490047.

HSL color Cylindrical-coordinate representation of color #FF4972: hue angle of 346.48º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4972 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB25573114-
CMYK00.710.550
HSL346.48º100%64.31%-
HSV(B)346.48º71.37%100%-
XYZ46.6627.2418.72-
YUV132.09117.8215.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.69%
GREEN value IS 73 (28.91% from 255) = 16.52%
BLUE value IS 114 (44.92% from 255) = 25.79%
R=57.69%
G=16.52%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557311400.710.550346.4810064.31
HexFF497204737015a6440
Octal3771111620107670532144100
Binary111111111001001111001001000111110111010101101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4972; }

 p { color: rgb(255,73,114); }

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

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

 a { background-color: rgb(255,73,114); }

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

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

 span { border-color: rgb(255,73,114); }

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