Html Css Color HEX #FE4ABA Brilliant Rose

📋 copy color: '#FE4ABA'

red 254 ◦ green 74 ◦ blue 186

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

Shades of Brilliant Rose #FE4ABA

Tints of Brilliant Rose #FE4ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 49.42%
G = 14.4%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE4ABA (or 0xFE4ABA) is known color: Brilliant Rose. HEX triplet: FE, 4A and BA. RGB value is (254,74,186). Sum of RGB (Red+Green+Blue) = 254+74+186=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4ABA is #01B545. Grayscale: #8C8C8C. Windows color (decimal): -111942 or 12208894. OLE color: 12208894.

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

Color convert

RGB 254 74 186 -
CMYK 0 0.71 0.27 0.00
HSL 322.67º 0.99% 0.64% -
HSV(B) 322.67º 0.71% 1% -
XYZ 52.18 29.51 49.4 -
YUV 140.59 153.63 208.89 -
System Red Green Blue C M Y K H S L
Decimal 254 74 186 0 0.71 0.27 0.00 322.67 0.99 0.64
Hex FE 4A BA 0 47 1B 0 143 63 40
Octal 376 112 272 0 107 33 0 503 143 100
Binary 11111110 1001010 10111010 0 1000111 11011 0 101000011 1100011 1000000

Color Harmonies of #FE4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4ABA

Black with #FE4ABA

Text Example


Text Example

White with #FE4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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