Html Css Color HEX #FE5860 Wild Watermelon

📋 copy color: '#FE5860'

red 254 ◦ green 88 ◦ blue 96

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

Shades of Wild Watermelon #FE5860

Tints of Wild Watermelon #FE5860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.09%

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

R = 57.99%
G = 20.09%
B = 21.92%

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

#FE5860 (or 0xFE5860) is known color: Wild Watermelon. HEX triplet: FE, 58 and 60. RGB value is (254,88,96). Sum of RGB (Red+Green+Blue) = 254+88+96=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5860 is #01A79F. Grayscale: #8A8A8A. Windows color (decimal): -108448 or 6314238. OLE color: 6314238.

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

Color convert

RGB 254 88 96 -
CMYK 0 0.65 0.62 0.00
HSL 357.11º 0.99% 0.67% -
HSV(B) 357.11º 0.65% 1% -
XYZ 46.47 28.89 14.19 -
YUV 138.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 254 88 96 0 0.65 0.62 0.00 357.11 0.99 0.67
Hex FE 58 60 0 41 3E 0 165 63 43
Octal 376 130 140 0 101 76 0 545 143 103
Binary 11111110 1011000 1100000 0 1000001 111110 0 101100101 1100011 1000011

Color Harmonies of #FE5860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5860

Black with #FE5860

Text Example


Text Example

White with #FE5860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5860; }

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

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

background-color css

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

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

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

border-color css

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

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

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