Html Css Color HEX #FE5973 Wild Watermelon

📋 copy color: '#FE5973'

red 254 ◦ green 89 ◦ blue 115

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

Shades of Wild Watermelon #FE5973

Tints of Wild Watermelon #FE5973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.43%

 BLUE value IS 115 (45.31% from 255) = 25.11%

R = 55.46%
G = 19.43%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE5973 (or 0xFE5973) is known color: Wild Watermelon. HEX triplet: FE, 59 and 73. RGB value is (254,89,115). Sum of RGB (Red+Green+Blue) = 254+89+115=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5973 is #01A68C. Grayscale: #8D8D8D. Windows color (decimal): -108173 or 7559678. OLE color: 7559678.

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

Color convert

RGB 254 89 115 -
CMYK 0 0.65 0.55 0.00
HSL 350.55º 0.99% 0.67% -
HSV(B) 350.55º 0.65% 1% -
XYZ 47.54 29.45 19.4 -
YUV 141.3 113.16 208.39 -
System Red Green Blue C M Y K H S L
Decimal 254 89 115 0 0.65 0.55 0.00 350.55 0.99 0.67
Hex FE 59 73 0 41 37 0 15F 63 43
Octal 376 131 163 0 101 67 0 537 143 103
Binary 11111110 1011001 1110011 0 1000001 110111 0 101011111 1100011 1000011

Color Harmonies of #FE5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5973

Black with #FE5973

Text Example


Text Example

White with #FE5973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5973; }

 p { color: rgb(254,89,115); }

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

background-color css

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

 a { background-color: rgb(254,89,115); }

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

border-color css

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

 span { border-color: rgb(254,89,115); }

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