Html Css Color HEX #FE5276 Wild Watermelon

📋 copy color: '#FE5276'

red 254 ◦ green 82 ◦ blue 118

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

Shades of Wild Watermelon #FE5276

Tints of Wild Watermelon #FE5276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.06%

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 55.95%
G = 18.06%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE5276 (or 0xFE5276) is known color: Wild Watermelon. HEX triplet: FE, 52 and 76. RGB value is (254,82,118). Sum of RGB (Red+Green+Blue) = 254+82+118=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5276 is #01AD89. Grayscale: #898989. Windows color (decimal): -109962 or 7754494. OLE color: 7754494.

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

Color convert

RGB 254 82 118 -
CMYK 0 0.68 0.54 0.00
HSL 347.44º 0.99% 0.66% -
HSV(B) 347.44º 0.68% 1% -
XYZ 47.16 28.41 20.14 -
YUV 137.53 116.98 211.07 -
System Red Green Blue C M Y K H S L
Decimal 254 82 118 0 0.68 0.54 0.00 347.44 0.99 0.66
Hex FE 52 76 0 44 36 0 15B 63 42
Octal 376 122 166 0 104 66 0 533 143 102
Binary 11111110 1010010 1110110 0 1000100 110110 0 101011011 1100011 1000010

Color Harmonies of #FE5276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5276

Black with #FE5276

Text Example


Text Example

White with #FE5276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5276; }

 p { color: rgb(254,82,118); }

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

background-color css

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

 a { background-color: rgb(254,82,118); }

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

border-color css

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

 span { border-color: rgb(254,82,118); }

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