Html Css Color HEX #FE5DA9 Brilliant Rose

📋 copy color: '#FE5DA9'

red 254 ◦ green 93 ◦ blue 169

#FE5DA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #FE5DA9

Tints of Brilliant Rose #FE5DA9

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 value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE5DA9 (or 0xFE5DA9) is known color: 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

RGB 254 93 169 -
CMYK 0 0.63 0.33 0.00
HSL 331.68º 0.99% 0.68% -
HSV(B) 331.68º 0.63% 1% -
XYZ 51.95 31.76 40.93 -
YUV 149.8 138.84 202.32 -
System Red Green Blue C M Y K H S L
Decimal 254 93 169 0 0.63 0.33 0.00 331.68 0.99 0.68
Hex FE 5D A9 0 3F 21 0 14C 63 44
Octal 376 135 251 0 77 41 0 514 143 104
Binary 11111110 1011101 10101001 0 111111 100001 0 101001100 1100011 1000100

Color Harmonies of #FE5DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DA9

Black with #FE5DA9

Text Example


Text Example

White with #FE5DA9

Text Example


Text Example

HTML Codes & Css Web 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>