Html Css Color HEX #FE5997 Brilliant Rose

📋 copy color: '#FE5997'

red 254 ◦ green 89 ◦ blue 151

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

Shades of Brilliant Rose #FE5997

Tints of Brilliant Rose #FE5997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.57%

R = 51.42%
G = 18.02%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE5997 (or 0xFE5997) is known color: Brilliant Rose. HEX triplet: FE, 59 and 97. RGB value is (254,89,151). Sum of RGB (Red+Green+Blue) = 254+89+151=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5997 is #01A668. Grayscale: #919191. Windows color (decimal): -108137 or 9918974. OLE color: 9918974.

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

Color convert

RGB 254 89 151 -
CMYK 0 0.65 0.41 0.00
HSL 337.45º 0.99% 0.67% -
HSV(B) 337.45º 0.65% 1% -
XYZ 50.03 30.45 32.52 -
YUV 145.4 131.16 205.46 -
System Red Green Blue C M Y K H S L
Decimal 254 89 151 0 0.65 0.41 0.00 337.45 0.99 0.67
Hex FE 59 97 0 41 29 0 151 63 43
Octal 376 131 227 0 101 51 0 521 143 103
Binary 11111110 1011001 10010111 0 1000001 101001 0 101010001 1100011 1000011

Color Harmonies of #FE5997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5997

Black with #FE5997

Text Example


Text Example

White with #FE5997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5997; }

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

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

background-color css

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

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

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

border-color css

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

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

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