Html Css Color HEX #FE499E Brilliant Rose

📋 copy color: '#FE499E'

red 254 ◦ green 73 ◦ blue 158

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

Shades of Brilliant Rose #FE499E

Tints of Brilliant Rose #FE499E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.58%

R = 52.37%
G = 15.05%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE499E (or 0xFE499E) is known color: Brilliant Rose. HEX triplet: FE, 49 and 9E. RGB value is (254,73,158). Sum of RGB (Red+Green+Blue) = 254+73+158=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE499E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE499E is #01B661. Grayscale: #888888. Windows color (decimal): -112226 or 10373630. OLE color: 10373630.

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

Color convert

RGB 254 73 158 -
CMYK 0 0.71 0.38 0.00
HSL 331.82º 0.99% 0.64% -
HSV(B) 331.82º 0.71% 1% -
XYZ 49.43 28.3 35.21 -
YUV 136.81 139.97 211.59 -
System Red Green Blue C M Y K H S L
Decimal 254 73 158 0 0.71 0.38 0.00 331.82 0.99 0.64
Hex FE 49 9E 0 47 26 0 14C 63 40
Octal 376 111 236 0 107 46 0 514 143 100
Binary 11111110 1001001 10011110 0 1000111 100110 0 101001100 1100011 1000000

Color Harmonies of #FE499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE499E

Black with #FE499E

Text Example


Text Example

White with #FE499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE499E; }

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

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

background-color css

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

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

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

border-color css

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

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

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