Html Css Color HEX #FE49B2 Brilliant Rose

📋 copy color: '#FE49B2'

red 254 ◦ green 73 ◦ blue 178

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

Shades of Brilliant Rose #FE49B2

Tints of Brilliant Rose #FE49B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.25%

R = 50.3%
G = 14.46%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE49B2 (or 0xFE49B2) is known color: Brilliant Rose. HEX triplet: FE, 49 and B2. RGB value is (254,73,178). Sum of RGB (Red+Green+Blue) = 254+73+178=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE49B2 is #01B64D. Grayscale: #8A8A8A. Windows color (decimal): -112206 or 11684350. OLE color: 11684350.

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

Color convert

RGB 254 73 178 -
CMYK 0 0.71 0.30 0.00
HSL 325.19º 0.99% 0.64% -
HSV(B) 325.19º 0.71% 1% -
XYZ 51.29 29.05 45.02 -
YUV 139.09 149.97 209.96 -
System Red Green Blue C M Y K H S L
Decimal 254 73 178 0 0.71 0.30 0.00 325.19 0.99 0.64
Hex FE 49 B2 0 47 1E 0 145 63 40
Octal 376 111 262 0 107 36 0 505 143 100
Binary 11111110 1001001 10110010 0 1000111 11110 0 101000101 1100011 1000000

Color Harmonies of #FE49B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49B2

Black with #FE49B2

Text Example


Text Example

White with #FE49B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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