Html Css Color HEX #FE46A9 Brilliant Rose

📋 copy color: '#FE46A9'

red 254 ◦ green 70 ◦ blue 169

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

Shades of Brilliant Rose #FE46A9

Tints of Brilliant Rose #FE46A9

RGB

 RED value IS 254 (99.61% from 255) = 51.52%

 GREEN value IS 70 (27.73% from 255) = 14.2%

 BLUE value IS 169 (66.41% from 255) = 34.28%

R = 51.52%
G = 14.2%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE46A9 (or 0xFE46A9) is known color: Brilliant Rose. HEX triplet: FE, 46 and A9. RGB value is (254,70,169). Sum of RGB (Red+Green+Blue) = 254+70+169=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE46A9 is #01B956. Grayscale: #888888. Windows color (decimal): -112983 or 11093758. OLE color: 11093758.

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

Color convert

RGB 254 70 169 -
CMYK 0 0.72 0.33 0.00
HSL 327.72º 0.99% 0.64% -
HSV(B) 327.72º 0.72% 1% -
XYZ 50.22 28.32 40.35 -
YUV 136.3 146.46 211.95 -
System Red Green Blue C M Y K H S L
Decimal 254 70 169 0 0.72 0.33 0.00 327.72 0.99 0.64
Hex FE 46 A9 0 48 21 0 148 63 40
Octal 376 106 251 0 110 41 0 510 143 100
Binary 11111110 1000110 10101001 0 1001000 100001 0 101001000 1100011 1000000

Color Harmonies of #FE46A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE46A9

Black with #FE46A9

Text Example


Text Example

White with #FE46A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE46A9; }

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

 H1.HeaderClassName
 {
   color: #FE46A9;
 }
 .AnyTagClassName
 {
   color: #FE46A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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