Html Css Color HEX #FE5172 Wild Watermelon

📋 copy color: '#FE5172'

red 254 ◦ green 81 ◦ blue 114

#FE5172
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #FE5172

Tints of Wild Watermelon #FE5172

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 value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE5172 (or 0xFE5172) is known color: 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

RGB 254 81 114 -
CMYK 0 0.68 0.55 0.00
HSL 348.55º 0.99% 0.66% -
HSV(B) 348.55º 0.68% 1% -
XYZ 46.85 28.17 18.89 -
YUV 136.49 115.31 211.82 -
System Red Green Blue C M Y K H S L
Decimal 254 81 114 0 0.68 0.55 0.00 348.55 0.99 0.66
Hex FE 51 72 0 44 37 0 15D 63 42
Octal 376 121 162 0 104 67 0 535 143 102
Binary 11111110 1010001 1110010 0 1000100 110111 0 101011101 1100011 1000010

Color Harmonies of #FE5172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5172

Black with #FE5172

Text Example


Text Example

White with #FE5172

Text Example


Text Example

HTML Codes & Css Web 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>