#FD4A73

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

Shades of Wild Watermelon #FD4A73

Tints of Wild Watermelon #FD4A73

Color information

#FD4A73 (or 0xFD4A73) is unknown color: approx Wild Watermelon. HEX triplet: FD, 4A and 73. RGB value is (253,74,115). Sum of RGB (Red+Green+Blue) = 253+74+115=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4A73 is #02B58C. Grayscale: #848484. Windows color (decimal): -177549 or 7555837. OLE color: 7555837.

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

Color convert

RGB25374115-
CMYK00.710.550.01
HSL346.26º97.81%64.12%-
HSV(B)346.26º70.75%99.22%-
XYZ46.0527.0219.01-
YUV132.2118.3214.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.24%
GREEN value IS 74 (29.30% from 255) = 16.74%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=57.24%
G=16.74%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537411500.710.550.01346.2697.8164.12
HexFD4A7304737115a6240
Octal3751121630107671532142100
Binary111111011001010111001101000111110111110101101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4A73; }

 p { color: rgb(253,74,115); }

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

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

 a { background-color: rgb(253,74,115); }

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

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

 span { border-color: rgb(253,74,115); }

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