Html Css Color HEX #FE5471 Wild Watermelon

📋 copy color: '#FE5471'

red 254 ◦ green 84 ◦ blue 113

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

Shades of Wild Watermelon #FE5471

Tints of Wild Watermelon #FE5471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.63%

 BLUE value IS 113 (44.53% from 255) = 25.06%

R = 56.32%
G = 18.63%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE5471 (or 0xFE5471) is known color: Wild Watermelon. HEX triplet: FE, 54 and 71. RGB value is (254,84,113). Sum of RGB (Red+Green+Blue) = 254+84+113=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5471 is #01AB8E. Grayscale: #8A8A8A. Windows color (decimal): -109455 or 7427326. OLE color: 7427326.

HSL color Cylindrical-coordinate representation of color #FE5471: hue angle of 349.76º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5471 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 84 113 -
CMYK 0 0.67 0.56 0.00
HSL 349.76º 0.99% 0.66% -
HSV(B) 349.76º 0.67% 1% -
XYZ 47.02 28.6 18.67 -
YUV 138.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 254 84 113 0 0.67 0.56 0.00 349.76 0.99 0.66
Hex FE 54 71 0 43 38 0 15E 63 42
Octal 376 124 161 0 103 70 0 536 143 102
Binary 11111110 1010100 1110001 0 1000011 111000 0 101011110 1100011 1000010

Color Harmonies of #FE5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5471

Black with #FE5471

Text Example


Text Example

White with #FE5471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5471; }

 p { color: rgb(254,84,113); }

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

background-color css

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

 a { background-color: rgb(254,84,113); }

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

border-color css

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

 span { border-color: rgb(254,84,113); }

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