Html Css Color HEX #FE5479 Wild Watermelon

📋 copy color: '#FE5479'

red 254 ◦ green 84 ◦ blue 121

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

Shades of Wild Watermelon #FE5479

Tints of Wild Watermelon #FE5479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.36%

R = 55.34%
G = 18.3%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE5479 (or 0xFE5479) is known color: Wild Watermelon. HEX triplet: FE, 54 and 79. RGB value is (254,84,121). Sum of RGB (Red+Green+Blue) = 254+84+121=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5479 is #01AB86. Grayscale: #8B8B8B. Windows color (decimal): -109447 or 7951614. OLE color: 7951614.

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

Color convert

RGB 254 84 121 -
CMYK 0 0.67 0.52 0.00
HSL 346.94º 0.99% 0.66% -
HSV(B) 346.94º 0.67% 1% -
XYZ 47.49 28.79 21.14 -
YUV 139.05 117.82 209.99 -
System Red Green Blue C M Y K H S L
Decimal 254 84 121 0 0.67 0.52 0.00 346.94 0.99 0.66
Hex FE 54 79 0 43 34 0 15B 63 42
Octal 376 124 171 0 103 64 0 533 143 102
Binary 11111110 1010100 1111001 0 1000011 110100 0 101011011 1100011 1000010

Color Harmonies of #FE5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5479

Black with #FE5479

Text Example


Text Example

White with #FE5479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5479; }

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

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

background-color css

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

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

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

border-color css

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

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

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