#FE5DA9

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

Shades of Brilliant Rose #FE5DA9

Tints of Brilliant Rose #FE5DA9

Color information

#FE5DA9 (or 0xFE5DA9) is unknown color: approx Brilliant Rose. HEX triplet: FE, 5D and A9. RGB value is (254,93,169). Sum of RGB (Red+Green+Blue) = 254+93+169=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5DA9 is #01A256. Grayscale: #959595. Windows color (decimal): -107095 or 11099646. OLE color: 11099646.

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

Color convert

RGB25493169-
CMYK00.630.330.00
HSL331.68º98.77%68.04%-
HSV(B)331.68º63.39%99.61%-
XYZ51.9531.7640.93-
YUV149.8138.84202.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.22%
GREEN value IS 93 (36.72% from 255) = 18.02%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=49.22%
G=18.02%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549316900.630.330.00331.6898.7768.04
HexFE5DA903F21014c6344
Octal376135251077410514143104
Binary111111101011101101010010111111100001010100110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5DA9; }

 p { color: rgb(254,93,169); }

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

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

 a { background-color: rgb(254,93,169); }

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

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

 span { border-color: rgb(254,93,169); }

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