#FE52A3

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

Shades of Brilliant Rose #FE52A3

Tints of Brilliant Rose #FE52A3

Color information

#FE52A3 (or 0xFE52A3) is unknown color: approx Brilliant Rose. HEX triplet: FE, 52 and A3. RGB value is (254,82,163). Sum of RGB (Red+Green+Blue) = 254+82+163=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE52A3 is #01AD5C. Grayscale: #8E8E8E. Windows color (decimal): -109917 or 10703614. OLE color: 10703614.

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

Color convert

RGB25482163-
CMYK00.680.360.00
HSL331.74º98.85%65.88%-
HSV(B)331.74º67.72%99.61%-
XYZ50.529.7537.73-
YUV142.66139.48207.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.90%
GREEN value IS 82 (32.42% from 255) = 16.43%
BLUE value IS 163 (64.06% from 255) = 32.67%
R=50.90%
G=16.43%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548216300.680.360.00331.7498.8565.88
HexFE52A304424014c6342
Octal3761222430104440514143102
Binary1111111010100101010001101000100100100010100110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE52A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE52A3; }

 p { color: rgb(254,82,163); }

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

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

 a { background-color: rgb(254,82,163); }

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

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

 span { border-color: rgb(254,82,163); }

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