#FE5AA8

Color #FE5AA8 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FE5AA8

Tints of Brilliant Rose #FE5AA8

Color information

#FE5AA8 (or 0xFE5AA8) is unknown color: approx Brilliant Rose. HEX triplet: FE, 5A and A8. RGB value is (254,90,168). Sum of RGB (Red+Green+Blue) = 254+90+168=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5AA8 is #01A557. Grayscale: #939393. Windows color (decimal): -107864 or 11033342. OLE color: 11033342.

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

Color convert

RGB25490168-
CMYK00.650.340.00
HSL331.46º98.8%67.45%-
HSV(B)331.46º64.57%99.61%-
XYZ51.631.2140.35-
YUV147.93139.33203.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.61%
GREEN value IS 90 (35.55% from 255) = 17.58%
BLUE value IS 168 (66.02% from 255) = 32.81%
R=49.61%
G=17.58%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549016800.650.340.00331.4698.867.45
HexFE5AA804122014b6343
Octal3761322500101420513143103
Binary1111111010110101010100001000001100010010100101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5AA8; }

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

 H1.HeaderClassName
 {
   color: #FE5AA8;
 }
 .AnyTagClassName
 {
   color: #FE5AA8;
 }
</style>
background-color css

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

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

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

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

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

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