#FE5AA2

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

Shades of Brilliant Rose #FE5AA2

Tints of Brilliant Rose #FE5AA2

Color information

#FE5AA2 (or 0xFE5AA2) is unknown color: approx Brilliant Rose. HEX triplet: FE, 5A and A2. RGB value is (254,90,162). Sum of RGB (Red+Green+Blue) = 254+90+162=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5AA2 is #01A55D. Grayscale: #939393. Windows color (decimal): -107870 or 10640126. OLE color: 10640126.

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

Color convert

RGB25490162-
CMYK00.650.360.00
HSL333.66º98.8%67.45%-
HSV(B)333.66º64.57%99.61%-
XYZ51.0530.9937.47-
YUV147.24136.33204.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.20%
GREEN value IS 90 (35.55% from 255) = 17.79%
BLUE value IS 162 (63.67% from 255) = 32.02%
R=50.20%
G=17.79%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549016200.650.360.00333.6698.867.45
HexFE5AA204124014e6343
Octal3761322420101440516143103
Binary1111111010110101010001001000001100100010100111011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5AA2; }

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

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

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

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

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

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

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

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