Html Css Color HEX #FE49AD Brilliant Rose

📋 copy color: '#FE49AD'

red 254 ◦ green 73 ◦ blue 173

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

Shades of Brilliant Rose #FE49AD

Tints of Brilliant Rose #FE49AD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.6%

 BLUE value IS 173 (67.97% from 255) = 34.6%

R = 50.8%
G = 14.6%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE49AD (or 0xFE49AD) is known color: Brilliant Rose. HEX triplet: FE, 49 and AD. RGB value is (254,73,173). Sum of RGB (Red+Green+Blue) = 254+73+173=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE49AD is #01B652. Grayscale: #8A8A8A. Windows color (decimal): -112211 or 11356670. OLE color: 11356670.

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

Color convert

RGB 254 73 173 -
CMYK 0 0.71 0.32 0.00
HSL 326.85º 0.99% 0.64% -
HSV(B) 326.85º 0.71% 1% -
XYZ 50.8 28.85 42.43 -
YUV 138.52 147.47 210.37 -
System Red Green Blue C M Y K H S L
Decimal 254 73 173 0 0.71 0.32 0.00 326.85 0.99 0.64
Hex FE 49 AD 0 47 20 0 147 63 40
Octal 376 111 255 0 107 40 0 507 143 100
Binary 11111110 1001001 10101101 0 1000111 100000 0 101000111 1100011 1000000

Color Harmonies of #FE49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49AD

Black with #FE49AD

Text Example


Text Example

White with #FE49AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49AD; }

 p { color: rgb(254,73,173); }

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

background-color css

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

 a { background-color: rgb(254,73,173); }

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

border-color css

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

 span { border-color: rgb(254,73,173); }

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