Html Css Color HEX #FE5E60 Wild Watermelon

📋 copy color: '#FE5E60'

red 254 ◦ green 94 ◦ blue 96

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

Shades of Wild Watermelon #FE5E60

Tints of Wild Watermelon #FE5E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.17%

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

R = 57.21%
G = 21.17%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE5E60 (or 0xFE5E60) is known color: Wild Watermelon. HEX triplet: FE, 5E and 60. RGB value is (254,94,96). Sum of RGB (Red+Green+Blue) = 254+94+96=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5E60 is #01A19F. Grayscale: #8E8E8E. Windows color (decimal): -106912 or 6315774. OLE color: 6315774.

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

Color convert

RGB 254 94 96 -
CMYK 0 0.63 0.62 0.00
HSL 359.25º 0.99% 0.68% -
HSV(B) 359.25º 0.63% 1% -
XYZ 46.99 29.92 14.37 -
YUV 142.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 254 94 96 0 0.63 0.62 0.00 359.25 0.99 0.68
Hex FE 5E 60 0 3F 3E 0 167 63 44
Octal 376 136 140 0 77 76 0 547 143 104
Binary 11111110 1011110 1100000 0 111111 111110 0 101100111 1100011 1000100

Color Harmonies of #FE5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5E60

Black with #FE5E60

Text Example


Text Example

White with #FE5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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