Html Css Color HEX #FE5972 Wild Watermelon

📋 copy color: '#FE5972'

red 254 ◦ green 89 ◦ blue 114

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

Shades of Wild Watermelon #FE5972

Tints of Wild Watermelon #FE5972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 55.58%
G = 19.47%
B = 24.95%

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

#FE5972 (or 0xFE5972) is known color: Wild Watermelon. HEX triplet: FE, 59 and 72. RGB value is (254,89,114). Sum of RGB (Red+Green+Blue) = 254+89+114=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5972 is #01A68D. Grayscale: #8D8D8D. Windows color (decimal): -108174 or 7494142. OLE color: 7494142.

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

Color convert

RGB 254 89 114 -
CMYK 0 0.65 0.55 0.00
HSL 350.91º 0.99% 0.67% -
HSV(B) 350.91º 0.65% 1% -
XYZ 47.48 29.43 19.1 -
YUV 141.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 254 89 114 0 0.65 0.55 0.00 350.91 0.99 0.67
Hex FE 59 72 0 41 37 0 15F 63 43
Octal 376 131 162 0 101 67 0 537 143 103
Binary 11111110 1011001 1110010 0 1000001 110111 0 101011111 1100011 1000011

Color Harmonies of #FE5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5972

Black with #FE5972

Text Example


Text Example

White with #FE5972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5972; }

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

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

background-color css

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

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

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

border-color css

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

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

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