#FD4E7E

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

Shades of Wild Watermelon #FD4E7E

Tints of Wild Watermelon #FD4E7E

Color information

#FD4E7E (or 0xFD4E7E) is unknown color: approx Wild Watermelon. HEX triplet: FD, 4E and 7E. RGB value is (253,78,126). Sum of RGB (Red+Green+Blue) = 253+78+126=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4E7E is #02B181. Grayscale: #878787. Windows color (decimal): -176514 or 8277757. OLE color: 8277757.

HSL color Cylindrical-coordinate representation of color #FD4E7E: hue angle of 343.54º 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 #FD4E7E is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB25378126-
CMYK00.690.500.01
HSL343.54º97.77%64.9%-
HSV(B)343.54º69.17%99.22%-
XYZ4727.8422.63-
YUV135.8122.48211.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.36%
GREEN value IS 78 (30.86% from 255) = 17.07%
BLUE value IS 126 (49.61% from 255) = 27.57%
R=55.36%
G=17.07%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537812600.690.500.01343.5497.7764.9
HexFD4E7E0453211586241
Octal3751161760105621530142101
Binary111111011001110111111001000101110010110101100011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4E7E; }

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

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

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

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

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

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

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

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