#FE5172

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

Shades of Wild Watermelon #FE5172

Tints of Wild Watermelon #FE5172

Color information

#FE5172 (or 0xFE5172) is unknown color: approx Wild Watermelon. HEX triplet: FE, 51 and 72. RGB value is (254,81,114). Sum of RGB (Red+Green+Blue) = 254+81+114=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5172 is #01AE8D. Grayscale: #888888. Windows color (decimal): -110222 or 7492094. OLE color: 7492094.

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

Color convert

RGB25481114-
CMYK00.680.550.00
HSL348.55º98.86%65.69%-
HSV(B)348.55º68.11%99.61%-
XYZ46.8528.1718.89-
YUV136.49115.31211.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.57%
GREEN value IS 81 (32.03% from 255) = 18.04%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=56.57%
G=18.04%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548111400.680.550.00348.5598.8665.69
HexFE517204437015d6342
Octal3761211620104670535143102
Binary111111101010001111001001000100110111010101110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5172; }

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

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

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

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

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

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

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

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