Html Css Color HEX #FE499B Brilliant Rose

📋 copy color: '#FE499B'

red 254 ◦ green 73 ◦ blue 155

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

Shades of Brilliant Rose #FE499B

Tints of Brilliant Rose #FE499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.16%

R = 52.7%
G = 15.15%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE499B (or 0xFE499B) is known color: Brilliant Rose. HEX triplet: FE, 49 and 9B. RGB value is (254,73,155). Sum of RGB (Red+Green+Blue) = 254+73+155=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE499B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE499B is #01B664. Grayscale: #888888. Windows color (decimal): -112229 or 10177022. OLE color: 10177022.

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

Color convert

RGB 254 73 155 -
CMYK 0 0.71 0.39 0.00
HSL 332.82º 0.99% 0.64% -
HSV(B) 332.82º 0.71% 1% -
XYZ 49.17 28.2 33.86 -
YUV 136.47 138.47 211.83 -
System Red Green Blue C M Y K H S L
Decimal 254 73 155 0 0.71 0.39 0.00 332.82 0.99 0.64
Hex FE 49 9B 0 47 27 0 14D 63 40
Octal 376 111 233 0 107 47 0 515 143 100
Binary 11111110 1001001 10011011 0 1000111 100111 0 101001101 1100011 1000000

Color Harmonies of #FE499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE499B

Black with #FE499B

Text Example


Text Example

White with #FE499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE499B; }

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

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

background-color css

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

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

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

border-color css

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

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

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