#FD476E

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

Shades of Wild Watermelon #FD476E

Tints of Wild Watermelon #FD476E

Color information

#FD476E (or 0xFD476E) is unknown color: approx Wild Watermelon. HEX triplet: FD, 47 and 6E. RGB value is (253,71,110). Sum of RGB (Red+Green+Blue) = 253+71+110=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD476E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD476E is #02B891. Grayscale: #818181. Windows color (decimal): -178322 or 7227389. OLE color: 7227389.

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

Color convert

RGB25371110-
CMYK00.720.570.01
HSL347.14º97.85%63.53%-
HSV(B)347.14º71.94%99.22%-
XYZ45.5826.5117.47-
YUV129.86116.8215.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.29%
GREEN value IS 71 (28.12% from 255) = 16.36%
BLUE value IS 110 (43.36% from 255) = 25.35%
R=58.29%
G=16.36%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537111000.720.570.01347.1497.8563.53
HexFD476E04839115b6240
Octal3751071560110711533142100
Binary111111011000111110111001001000111001110101101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD476E; }

 p { color: rgb(253,71,110); }

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

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

 a { background-color: rgb(253,71,110); }

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

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

 span { border-color: rgb(253,71,110); }

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