#FE4C72

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

Shades of Wild Watermelon #FE4C72

Tints of Wild Watermelon #FE4C72

Color information

#FE4C72 (or 0xFE4C72) is unknown color: approx Wild Watermelon. HEX triplet: FE, 4C and 72. RGB value is (254,76,114). Sum of RGB (Red+Green+Blue) = 254+76+114=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4C72 is #01B38D. Grayscale: #858585. Windows color (decimal): -111502 or 7490814. OLE color: 7490814.

HSL color Cylindrical-coordinate representation of color #FE4C72: hue angle of 347.19º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4C72 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB25476114-
CMYK00.700.550.00
HSL347.19º98.89%64.71%-
HSV(B)347.19º70.08%99.61%-
XYZ46.4927.4518.77-
YUV133.55116.97213.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.21%
GREEN value IS 76 (30.08% from 255) = 17.12%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=57.21%
G=17.12%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547611400.700.550.00347.1998.8964.71
HexFE4C7204637015b6341
Octal3761141620106670533143101
Binary111111101001100111001001000110110111010101101111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4C72; }

 p { color: rgb(254,76,114); }

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

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

 a { background-color: rgb(254,76,114); }

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

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

 span { border-color: rgb(254,76,114); }

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