Html Css Color HEX #FE4AAE Brilliant Rose

📋 copy color: '#FE4AAE'

red 254 ◦ green 74 ◦ blue 174

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

Shades of Brilliant Rose #FE4AAE

Tints of Brilliant Rose #FE4AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.74%

 BLUE value IS 174 (68.36% from 255) = 34.66%

R = 50.6%
G = 14.74%
B = 34.66%

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

#FE4AAE (or 0xFE4AAE) is known color: Brilliant Rose. HEX triplet: FE, 4A and AE. RGB value is (254,74,174). Sum of RGB (Red+Green+Blue) = 254+74+174=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4AAE is #01B551. Grayscale: #8B8B8B. Windows color (decimal): -111954 or 11422462. OLE color: 11422462.

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

Color convert

RGB 254 74 174 -
CMYK 0 0.71 0.31 0.00
HSL 326.67º 0.99% 0.64% -
HSV(B) 326.67º 0.71% 1% -
XYZ 50.96 29.02 42.96 -
YUV 139.22 147.63 209.87 -
System Red Green Blue C M Y K H S L
Decimal 254 74 174 0 0.71 0.31 0.00 326.67 0.99 0.64
Hex FE 4A AE 0 47 1F 0 147 63 40
Octal 376 112 256 0 107 37 0 507 143 100
Binary 11111110 1001010 10101110 0 1000111 11111 0 101000111 1100011 1000000

Color Harmonies of #FE4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4AAE

Black with #FE4AAE

Text Example


Text Example

White with #FE4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4AAE; }

 p { color: rgb(254,74,174); }

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

background-color css

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

 a { background-color: rgb(254,74,174); }

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

border-color css

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

 span { border-color: rgb(254,74,174); }

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