Html Css Color HEX #FE5473 Wild Watermelon

📋 copy color: '#FE5473'

red 254 ◦ green 84 ◦ blue 115

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

Shades of Wild Watermelon #FE5473

Tints of Wild Watermelon #FE5473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.39%

R = 56.07%
G = 18.54%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE5473 (or 0xFE5473) is known color: Wild Watermelon. HEX triplet: FE, 54 and 73. RGB value is (254,84,115). Sum of RGB (Red+Green+Blue) = 254+84+115=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5473 is #01AB8C. Grayscale: #8A8A8A. Windows color (decimal): -109453 or 7558398. OLE color: 7558398.

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

Color convert

RGB 254 84 115 -
CMYK 0 0.67 0.55 0.00
HSL 349.06º 0.99% 0.66% -
HSV(B) 349.06º 0.67% 1% -
XYZ 47.14 28.65 19.27 -
YUV 138.36 114.82 210.48 -
System Red Green Blue C M Y K H S L
Decimal 254 84 115 0 0.67 0.55 0.00 349.06 0.99 0.66
Hex FE 54 73 0 43 37 0 15D 63 42
Octal 376 124 163 0 103 67 0 535 143 102
Binary 11111110 1010100 1110011 0 1000011 110111 0 101011101 1100011 1000010

Color Harmonies of #FE5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5473

Black with #FE5473

Text Example


Text Example

White with #FE5473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5473; }

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

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

background-color css

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

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

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

border-color css

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

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

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