Html Css Color HEX #FE5277 Wild Watermelon

📋 copy color: '#FE5277'

red 254 ◦ green 82 ◦ blue 119

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

Shades of Wild Watermelon #FE5277

Tints of Wild Watermelon #FE5277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.15%

R = 55.82%
G = 18.02%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE5277 (or 0xFE5277) is known color: Wild Watermelon. HEX triplet: FE, 52 and 77. RGB value is (254,82,119). Sum of RGB (Red+Green+Blue) = 254+82+119=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5277 is #01AD88. Grayscale: #898989. Windows color (decimal): -109961 or 7820030. OLE color: 7820030.

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

Color convert

RGB 254 82 119 -
CMYK 0 0.68 0.53 0.00
HSL 347.09º 0.99% 0.66% -
HSV(B) 347.09º 0.68% 1% -
XYZ 47.22 28.44 20.45 -
YUV 137.65 117.48 210.99 -
System Red Green Blue C M Y K H S L
Decimal 254 82 119 0 0.68 0.53 0.00 347.09 0.99 0.66
Hex FE 52 77 0 44 35 0 15B 63 42
Octal 376 122 167 0 104 65 0 533 143 102
Binary 11111110 1010010 1110111 0 1000100 110101 0 101011011 1100011 1000010

Color Harmonies of #FE5277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5277

Black with #FE5277

Text Example


Text Example

White with #FE5277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5277; }

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

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

background-color css

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

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

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

border-color css

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

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

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