Html Css Color HEX #FE49AF Brilliant Rose

📋 copy color: '#FE49AF'

red 254 ◦ green 73 ◦ blue 175

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

Shades of Brilliant Rose #FE49AF

Tints of Brilliant Rose #FE49AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.86%

R = 50.6%
G = 14.54%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE49AF (or 0xFE49AF) is known color: Brilliant Rose. HEX triplet: FE, 49 and AF. RGB value is (254,73,175). Sum of RGB (Red+Green+Blue) = 254+73+175=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE49AF is #01B650. Grayscale: #8A8A8A. Windows color (decimal): -112209 or 11487742. OLE color: 11487742.

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

Color convert

RGB 254 73 175 -
CMYK 0 0.71 0.31 0.00
HSL 326.19º 0.99% 0.64% -
HSV(B) 326.19º 0.71% 1% -
XYZ 50.99 28.93 43.45 -
YUV 138.75 148.47 210.21 -
System Red Green Blue C M Y K H S L
Decimal 254 73 175 0 0.71 0.31 0.00 326.19 0.99 0.64
Hex FE 49 AF 0 47 1F 0 146 63 40
Octal 376 111 257 0 107 37 0 506 143 100
Binary 11111110 1001001 10101111 0 1000111 11111 0 101000110 1100011 1000000

Color Harmonies of #FE49AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49AF

Black with #FE49AF

Text Example


Text Example

White with #FE49AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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