Html Css Color HEX #FE5478 Wild Watermelon

📋 copy color: '#FE5478'

red 254 ◦ green 84 ◦ blue 120

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

Shades of Wild Watermelon #FE5478

Tints of Wild Watermelon #FE5478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.2%

R = 55.46%
G = 18.34%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE5478 (or 0xFE5478) is known color: Wild Watermelon. HEX triplet: FE, 54 and 78. RGB value is (254,84,120). Sum of RGB (Red+Green+Blue) = 254+84+120=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5478 is #01AB87. Grayscale: #8A8A8A. Windows color (decimal): -109448 or 7886078. OLE color: 7886078.

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

Color convert

RGB 254 84 120 -
CMYK 0 0.67 0.53 0.00
HSL 347.29º 0.99% 0.66% -
HSV(B) 347.29º 0.67% 1% -
XYZ 47.43 28.77 20.82 -
YUV 138.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 254 84 120 0 0.67 0.53 0.00 347.29 0.99 0.66
Hex FE 54 78 0 43 35 0 15B 63 42
Octal 376 124 170 0 103 65 0 533 143 102
Binary 11111110 1010100 1111000 0 1000011 110101 0 101011011 1100011 1000010

Color Harmonies of #FE5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5478

Black with #FE5478

Text Example


Text Example

White with #FE5478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5478; }

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

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

background-color css

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

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

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

border-color css

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

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

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