Html Css Color HEX #FE5599 Brilliant Rose

📋 copy color: '#FE5599'

red 254 ◦ green 85 ◦ blue 153

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

Shades of Brilliant Rose #FE5599

Tints of Brilliant Rose #FE5599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.28%

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

R = 51.63%
G = 17.28%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE5599 (or 0xFE5599) is known color: Brilliant Rose. HEX triplet: FE, 55 and 99. RGB value is (254,85,153). Sum of RGB (Red+Green+Blue) = 254+85+153=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5599 is #01AA66. Grayscale: #8F8F8F. Windows color (decimal): -109159 or 10049022. OLE color: 10049022.

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

Color convert

RGB 254 85 153 -
CMYK 0 0.67 0.40 0.00
HSL 335.86º 0.99% 0.66% -
HSV(B) 335.86º 0.67% 1% -
XYZ 49.87 29.87 33.27 -
YUV 143.28 133.49 206.97 -
System Red Green Blue C M Y K H S L
Decimal 254 85 153 0 0.67 0.40 0.00 335.86 0.99 0.66
Hex FE 55 99 0 43 28 0 150 63 42
Octal 376 125 231 0 103 50 0 520 143 102
Binary 11111110 1010101 10011001 0 1000011 101000 0 101010000 1100011 1000010

Color Harmonies of #FE5599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5599

Black with #FE5599

Text Example


Text Example

White with #FE5599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5599; }

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

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

background-color css

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

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

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

border-color css

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

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

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