Html Css Color HEX #FE5A60 Wild Watermelon

📋 copy color: '#FE5A60'

red 254 ◦ green 90 ◦ blue 96

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

Shades of Wild Watermelon #FE5A60

Tints of Wild Watermelon #FE5A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.45%

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

R = 57.73%
G = 20.45%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE5A60 (or 0xFE5A60) is known color: Wild Watermelon. HEX triplet: FE, 5A and 60. RGB value is (254,90,96). Sum of RGB (Red+Green+Blue) = 254+90+96=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5A60 is #01A59F. Grayscale: #8B8B8B. Windows color (decimal): -107936 or 6314750. OLE color: 6314750.

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

Color convert

RGB 254 90 96 -
CMYK 0 0.65 0.62 0.00
HSL 357.8º 0.99% 0.67% -
HSV(B) 357.8º 0.65% 1% -
XYZ 46.64 29.23 14.25 -
YUV 139.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 254 90 96 0 0.65 0.62 0.00 357.8 0.99 0.67
Hex FE 5A 60 0 41 3E 0 166 63 43
Octal 376 132 140 0 101 76 0 546 143 103
Binary 11111110 1011010 1100000 0 1000001 111110 0 101100110 1100011 1000011

Color Harmonies of #FE5A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A60

Black with #FE5A60

Text Example


Text Example

White with #FE5A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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