#FE5FA6

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

Shades of Brilliant Rose #FE5FA6

Tints of Brilliant Rose #FE5FA6

Color information

#FE5FA6 (or 0xFE5FA6) is unknown color: approx Brilliant Rose. HEX triplet: FE, 5F and A6. RGB value is (254,95,166). Sum of RGB (Red+Green+Blue) = 254+95+166=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5FA6 is #01A059. Grayscale: #969696. Windows color (decimal): -106586 or 10903550. OLE color: 10903550.

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

Color convert

RGB25495166-
CMYK00.630.350.00
HSL333.21º98.76%68.43%-
HSV(B)333.21º62.6%99.61%-
XYZ51.8532.0139.52-
YUV150.64136.68201.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.32%
GREEN value IS 95 (37.5% from 255) = 18.45%
BLUE value IS 166 (65.23% from 255) = 32.23%
R=49.32%
G=18.45%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549516600.630.350.00333.2198.7668.43
HexFE5FA603F23014d6344
Octal376137246077430515143104
Binary111111101011111101001100111111100011010100110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5FA6; }

 p { color: rgb(254,95,166); }

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

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

 a { background-color: rgb(254,95,166); }

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

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

 span { border-color: rgb(254,95,166); }

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