#FD4E75

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

Shades of Wild Watermelon #FD4E75

Tints of Wild Watermelon #FD4E75

Color information

#FD4E75 (or 0xFD4E75) is unknown color: approx Wild Watermelon. HEX triplet: FD, 4E and 75. RGB value is (253,78,117). Sum of RGB (Red+Green+Blue) = 253+78+117=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4E75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4E75 is #02B18A. Grayscale: #868686. Windows color (decimal): -176523 or 7687933. OLE color: 7687933.

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

Color convert

RGB25378117-
CMYK00.690.540.01
HSL346.63º97.77%64.9%-
HSV(B)346.63º69.17%99.22%-
XYZ46.4427.6219.71-
YUV134.77117.98212.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.47%
GREEN value IS 78 (30.86% from 255) = 17.41%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=56.47%
G=17.41%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537811700.690.540.01346.6397.7764.9
HexFD4E7504536115b6241
Octal3751161650105661533142101
Binary111111011001110111010101000101110110110101101111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4E75; }

 p { color: rgb(253,78,117); }

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

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

 a { background-color: rgb(253,78,117); }

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

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

 span { border-color: rgb(253,78,117); }

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