Html Css Color HEX #FE46A1 Brilliant Rose

📋 copy color: '#FE46A1'

red 254 ◦ green 70 ◦ blue 161

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

Shades of Brilliant Rose #FE46A1

Tints of Brilliant Rose #FE46A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.2%

R = 52.37%
G = 14.43%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE46A1 (or 0xFE46A1) is known color: Brilliant Rose. HEX triplet: FE, 46 and A1. RGB value is (254,70,161). Sum of RGB (Red+Green+Blue) = 254+70+161=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE46A1 is #01B95E. Grayscale: #878787. Windows color (decimal): -112991 or 10569470. OLE color: 10569470.

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

Color convert

RGB 254 70 161 -
CMYK 0 0.72 0.37 0.00
HSL 330.33º 0.99% 0.64% -
HSV(B) 330.33º 0.72% 1% -
XYZ 49.5 28.02 36.52 -
YUV 135.39 142.46 212.6 -
System Red Green Blue C M Y K H S L
Decimal 254 70 161 0 0.72 0.37 0.00 330.33 0.99 0.64
Hex FE 46 A1 0 48 25 0 14A 63 40
Octal 376 106 241 0 110 45 0 512 143 100
Binary 11111110 1000110 10100001 0 1001000 100101 0 101001010 1100011 1000000

Color Harmonies of #FE46A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE46A1

Black with #FE46A1

Text Example


Text Example

White with #FE46A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE46A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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