Html Css Color HEX #FE5160 Wild Watermelon

📋 copy color: '#FE5160'

red 254 ◦ green 81 ◦ blue 96

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

Shades of Wild Watermelon #FE5160

Tints of Wild Watermelon #FE5160

RGB

 RED value IS 254 (99.61% from 255) = 58.93%

 GREEN value IS 81 (32.03% from 255) = 18.79%

 BLUE value IS 96 (37.89% from 255) = 22.27%

R = 58.93%
G = 18.79%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE5160 (or 0xFE5160) is known color: Wild Watermelon. HEX triplet: FE, 51 and 60. RGB value is (254,81,96). Sum of RGB (Red+Green+Blue) = 254+81+96=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5160 is #01AE9F. Grayscale: #868686. Windows color (decimal): -110240 or 6312446. OLE color: 6312446.

HSL color Cylindrical-coordinate representation of color #FE5160: hue angle of 354.8º 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 #FE5160 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 81 96 -
CMYK 0 0.68 0.62 0.00
HSL 354.8º 0.99% 0.66% -
HSV(B) 354.8º 0.68% 1% -
XYZ 45.93 27.8 14.01 -
YUV 134.44 106.31 213.28 -
System Red Green Blue C M Y K H S L
Decimal 254 81 96 0 0.68 0.62 0.00 354.8 0.99 0.66
Hex FE 51 60 0 44 3E 0 163 63 42
Octal 376 121 140 0 104 76 0 543 143 102
Binary 11111110 1010001 1100000 0 1000100 111110 0 101100011 1100011 1000010

Color Harmonies of #FE5160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5160

Black with #FE5160

Text Example


Text Example

White with #FE5160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5160; }

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

 H1.HeaderClassName
 {
   color: #FE5160;
 }
 .AnyTagClassName
 {
   color: #FE5160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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