#FE55AA

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

Shades of Brilliant Rose #FE55AA

Tints of Brilliant Rose #FE55AA

Color information

#FE55AA (or 0xFE55AA) is unknown color: approx Brilliant Rose. HEX triplet: FE, 55 and AA. RGB value is (254,85,170). Sum of RGB (Red+Green+Blue) = 254+85+170=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE55AA is #01AA55. Grayscale: #919191. Windows color (decimal): -109142 or 11163134. OLE color: 11163134.

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

Color convert

RGB25485170-
CMYK00.670.330.00
HSL329.82º98.83%66.47%-
HSV(B)329.82º66.54%99.61%-
XYZ51.3830.4741.2-
YUV145.22141.99205.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 85 (33.59% from 255) = 16.70%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=49.90%
G=16.70%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548517000.670.330.00329.8298.8366.47
HexFE55AA04321014a6342
Octal3761252520103410512143102
Binary1111111010101011010101001000011100001010100101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE55AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE55AA; }

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

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

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

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

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

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

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

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