Html Css Color HEX #FE5099 Brilliant Rose

📋 copy color: '#FE5099'

red 254 ◦ green 80 ◦ blue 153

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

Shades of Brilliant Rose #FE5099

Tints of Brilliant Rose #FE5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.43%

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

R = 52.16%
G = 16.43%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE5099 (or 0xFE5099) is known color: Brilliant Rose. HEX triplet: FE, 50 and 99. RGB value is (254,80,153). Sum of RGB (Red+Green+Blue) = 254+80+153=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5099 is #01AF66. Grayscale: #8C8C8C. Windows color (decimal): -110439 or 10047742. OLE color: 10047742.

HSL color Cylindrical-coordinate representation of color #FE5099: hue angle of 334.83º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE5099 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 80 153 -
CMYK 0 0.69 0.40 0.00
HSL 334.83º 0.99% 0.65% -
HSV(B) 334.83º 0.69% 1% -
XYZ 49.49 29.11 33.15 -
YUV 140.35 135.15 209.06 -
System Red Green Blue C M Y K H S L
Decimal 254 80 153 0 0.69 0.40 0.00 334.83 0.99 0.65
Hex FE 50 99 0 45 28 0 14F 63 41
Octal 376 120 231 0 105 50 0 517 143 101
Binary 11111110 1010000 10011001 0 1000101 101000 0 101001111 1100011 1000001

Color Harmonies of #FE5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5099

Black with #FE5099

Text Example


Text Example

White with #FE5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5099; }

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

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

background-color css

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

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

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

border-color css

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

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

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