#ff4976

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

Shades of Wild Watermelon #FF4976

Tints of Wild Watermelon #FF4976

Color information

#FF4976 (or 0xFF4976) is unknown color: approx Wild Watermelon. HEX triplet: FF, 49 and 76. RGB value is (255,73,118). Sum of RGB (Red+Green+Blue) = 255+73+118=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4976 is #00B689. Grayscale: #848484. Windows color (decimal): -46730 or 7752191. OLE color: 7752191.

HSL color Cylindrical-coordinate representation of color #FF4976: hue angle of 345.16º 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 #FF4976 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB25573118-
CMYK00.710.540
HSL345.16º100%64.31%-
HSV(B)345.16º71.37%100%-
XYZ46.8927.3319.94-
YUV132.55119.8215.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.17%
GREEN value IS 73 (28.91% from 255) = 16.37%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=57.17%
G=16.37%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557311800.710.540345.1610064.31
HexFF49760473601596440
Octal3771111660107660531144100
Binary111111111001001111011001000111110110010101100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff4976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff4976; }

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

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

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

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

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

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

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

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