Html Css Color HEX #FE46AA Brilliant Rose

📋 copy color: '#FE46AA'

red 254 ◦ green 70 ◦ blue 170

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

Shades of Brilliant Rose #FE46AA

Tints of Brilliant Rose #FE46AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.41%

R = 51.42%
G = 14.17%
B = 34.41%

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

#FE46AA (or 0xFE46AA) is known color: Brilliant Rose. HEX triplet: FE, 46 and AA. RGB value is (254,70,170). Sum of RGB (Red+Green+Blue) = 254+70+170=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE46AA is #01B955. Grayscale: #888888. Windows color (decimal): -112982 or 11159294. OLE color: 11159294.

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

Color convert

RGB 254 70 170 -
CMYK 0 0.72 0.33 0.00
HSL 327.39º 0.99% 0.64% -
HSV(B) 327.39º 0.72% 1% -
XYZ 50.32 28.35 40.85 -
YUV 136.42 146.96 211.87 -
System Red Green Blue C M Y K H S L
Decimal 254 70 170 0 0.72 0.33 0.00 327.39 0.99 0.64
Hex FE 46 AA 0 48 21 0 147 63 40
Octal 376 106 252 0 110 41 0 507 143 100
Binary 11111110 1000110 10101010 0 1001000 100001 0 101000111 1100011 1000000

Color Harmonies of #FE46AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE46AA

Black with #FE46AA

Text Example


Text Example

White with #FE46AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE46AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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