#FD4E74

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

Shades of Wild Watermelon #FD4E74

Tints of Wild Watermelon #FD4E74

Color information

#FD4E74 (or 0xFD4E74) is unknown color: approx Wild Watermelon. HEX triplet: FD, 4E and 74. RGB value is (253,78,116). Sum of RGB (Red+Green+Blue) = 253+78+116=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4E74 is #02B18B. Grayscale: #868686. Windows color (decimal): -176524 or 7622397. OLE color: 7622397.

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

Color convert

RGB25378116-
CMYK00.690.540.01
HSL346.97º97.77%64.9%-
HSV(B)346.97º69.17%99.22%-
XYZ46.3827.5919.4-
YUV134.66117.48212.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.60%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=56.60%
G=17.45%
B=25.95%

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
Decimal2537811600.690.540.01346.9797.7764.9
HexFD4E7404536115b6241
Octal3751161640105661533142101
Binary111111011001110111010001000101110110110101101111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4E74; }

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

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

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

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

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

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

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

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