Html Css Color HEX #FE5460 Wild Watermelon

📋 copy color: '#FE5460'

red 254 ◦ green 84 ◦ blue 96

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

Shades of Wild Watermelon #FE5460

Tints of Wild Watermelon #FE5460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 58.53%
G = 19.35%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE5460 (or 0xFE5460) is known color: Wild Watermelon. HEX triplet: FE, 54 and 60. RGB value is (254,84,96). Sum of RGB (Red+Green+Blue) = 254+84+96=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5460 is #01AB9F. Grayscale: #888888. Windows color (decimal): -109472 or 6313214. OLE color: 6313214.

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

Color convert

RGB 254 84 96 -
CMYK 0 0.67 0.62 0.00
HSL 355.76º 0.99% 0.66% -
HSV(B) 355.76º 0.67% 1% -
XYZ 46.15 28.26 14.09 -
YUV 136.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 254 84 96 0 0.67 0.62 0.00 355.76 0.99 0.66
Hex FE 54 60 0 43 3E 0 164 63 42
Octal 376 124 140 0 103 76 0 544 143 102
Binary 11111110 1010100 1100000 0 1000011 111110 0 101100100 1100011 1000010

Color Harmonies of #FE5460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5460

Black with #FE5460

Text Example


Text Example

White with #FE5460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5460; }

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

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

background-color css

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

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

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

border-color css

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

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

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