#FE51A5

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

Shades of Brilliant Rose #FE51A5

Tints of Brilliant Rose #FE51A5

Color information

#FE51A5 (or 0xFE51A5) is unknown color: approx Brilliant Rose. HEX triplet: FE, 51 and A5. RGB value is (254,81,165). Sum of RGB (Red+Green+Blue) = 254+81+165=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE51A5 is #01AE5A. Grayscale: #8E8E8E. Windows color (decimal): -110171 or 10834430. OLE color: 10834430.

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

Color convert

RGB25481165-
CMYK00.680.350.00
HSL330.87º98.86%65.69%-
HSV(B)330.87º68.11%99.61%-
XYZ50.6129.6738.66-
YUV142.3140.81207.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.8%
GREEN value IS 81 (32.03% from 255) = 16.2%
BLUE value IS 165 (64.84% from 255) = 33%
R=50.8%
G=16.2%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548116500.680.350.00330.8798.8665.69
HexFE51A504423014b6342
Octal3761212450104430513143102
Binary1111111010100011010010101000100100011010100101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE51A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE51A5; }

 p { color: rgb(254,81,165); }

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

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

 a { background-color: rgb(254,81,165); }

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

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

 span { border-color: rgb(254,81,165); }

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