Html Css Color HEX #FE5A99 Brilliant Rose

📋 copy color: '#FE5A99'

red 254 ◦ green 90 ◦ blue 153

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

Shades of Brilliant Rose #FE5A99

Tints of Brilliant Rose #FE5A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.78%

R = 51.11%
G = 18.11%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE5A99 (or 0xFE5A99) is known color: Brilliant Rose. HEX triplet: FE, 5A and 99. RGB value is (254,90,153). Sum of RGB (Red+Green+Blue) = 254+90+153=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5A99 is #01A566. Grayscale: #929292. Windows color (decimal): -107879 or 10050302. OLE color: 10050302.

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

Color convert

RGB 254 90 153 -
CMYK 0 0.65 0.40 0.00
HSL 336.95º 0.99% 0.67% -
HSV(B) 336.95º 0.65% 1% -
XYZ 50.28 30.68 33.41 -
YUV 146.22 131.83 204.88 -
System Red Green Blue C M Y K H S L
Decimal 254 90 153 0 0.65 0.40 0.00 336.95 0.99 0.67
Hex FE 5A 99 0 41 28 0 151 63 43
Octal 376 132 231 0 101 50 0 521 143 103
Binary 11111110 1011010 10011001 0 1000001 101000 0 101010001 1100011 1000011

Color Harmonies of #FE5A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A99

Black with #FE5A99

Text Example


Text Example

White with #FE5A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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