Html Css Color HEX #FE4AB9 Brilliant Rose

📋 copy color: '#FE4AB9'

red 254 ◦ green 74 ◦ blue 185

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

Shades of Brilliant Rose #FE4AB9

Tints of Brilliant Rose #FE4AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 49.51%
G = 14.42%
B = 36.06%

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

#FE4AB9 (or 0xFE4AB9) is known color: Brilliant Rose. HEX triplet: FE, 4A and B9. RGB value is (254,74,185). Sum of RGB (Red+Green+Blue) = 254+74+185=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4AB9 is #01B546. Grayscale: #8C8C8C. Windows color (decimal): -111943 or 12143358. OLE color: 12143358.

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

Color convert

RGB 254 74 185 -
CMYK 0 0.71 0.27 0.00
HSL 323º 0.99% 0.64% -
HSV(B) 323º 0.71% 1% -
XYZ 52.08 29.47 48.84 -
YUV 140.47 153.13 208.97 -
System Red Green Blue C M Y K H S L
Decimal 254 74 185 0 0.71 0.27 0.00 323 0.99 0.64
Hex FE 4A B9 0 47 1B 0 143 63 40
Octal 376 112 271 0 107 33 0 503 143 100
Binary 11111110 1001010 10111001 0 1000111 11011 0 101000011 1100011 1000000

Color Harmonies of #FE4AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4AB9

Black with #FE4AB9

Text Example


Text Example

White with #FE4AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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