#ff4974

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

Shades of Wild Watermelon #FF4974

Tints of Wild Watermelon #FF4974

Color information

#FF4974 (or 0xFF4974) is unknown color: approx Wild Watermelon. HEX triplet: FF, 49 and 74. RGB value is (255,73,116). Sum of RGB (Red+Green+Blue) = 255+73+116=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4974 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4974 is #00B68B. Grayscale: #848484. Windows color (decimal): -46732 or 7621119. OLE color: 7621119.

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

Color convert

RGB25573116-
CMYK00.710.550
HSL345.82º100%64.31%-
HSV(B)345.82º71.37%100%-
XYZ46.7727.2919.32-
YUV132.32118.8215.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.43%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=57.43%
G=16.44%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557311600.710.550345.8210064.31
HexFF497404737015a6440
Octal3771111640107670532144100
Binary111111111001001111010001000111110111010101101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff4974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff4974; }

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

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

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

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

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

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

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

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