Html Css Color HEX #FE5180 Wild Watermelon

📋 copy color: '#FE5180'

red 254 ◦ green 81 ◦ blue 128

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

Shades of Wild Watermelon #FE5180

Tints of Wild Watermelon #FE5180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.65%

R = 54.86%
G = 17.49%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE5180 (or 0xFE5180) is known color: Wild Watermelon. HEX triplet: FE, 51 and 80. RGB value is (254,81,128). Sum of RGB (Red+Green+Blue) = 254+81+128=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5180 is #01AE7F. Grayscale: #8A8A8A. Windows color (decimal): -110208 or 8409598. OLE color: 8409598.

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

Color convert

RGB 254 81 128 -
CMYK 0 0.68 0.50 0.00
HSL 343.7º 0.99% 0.66% -
HSV(B) 343.7º 0.68% 1% -
XYZ 47.71 28.51 23.41 -
YUV 138.09 122.31 210.68 -
System Red Green Blue C M Y K H S L
Decimal 254 81 128 0 0.68 0.50 0.00 343.7 0.99 0.66
Hex FE 51 80 0 44 32 0 158 63 42
Octal 376 121 200 0 104 62 0 530 143 102
Binary 11111110 1010001 10000000 0 1000100 110010 0 101011000 1100011 1000010

Color Harmonies of #FE5180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5180

Black with #FE5180

Text Example


Text Example

White with #FE5180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5180; }

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

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

background-color css

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

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

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

border-color css

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

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

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