#FF4774

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

Shades of Wild Watermelon #FF4774

Tints of Wild Watermelon #FF4774

Color information

#FF4774 (or 0xFF4774) is unknown color: approx Wild Watermelon. HEX triplet: FF, 47 and 74. RGB value is (255,71,116). Sum of RGB (Red+Green+Blue) = 255+71+116=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4774 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4774 is #00B88B. Grayscale: #838383. Windows color (decimal): -47244 or 7620607. OLE color: 7620607.

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

Color convert

RGB25571116-
CMYK00.720.550
HSL345.33º100%63.92%-
HSV(B)345.33º72.16%100%-
XYZ46.6527.0319.28-
YUV131.15119.46216.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.69%
GREEN value IS 71 (28.12% from 255) = 16.06%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=57.69%
G=16.06%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557111600.720.550345.3310063.92
HexFF47740483701596440
Octal3771071640110670531144100
Binary111111111000111111010001001000110111010101100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4774; }

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

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

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

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

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

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

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

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