Html Css Color HEX #FE5AB0 Brilliant Rose

📋 copy color: '#FE5AB0'

red 254 ◦ green 90 ◦ blue 176

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

Shades of Brilliant Rose #FE5AB0

Tints of Brilliant Rose #FE5AB0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.31%

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 48.85%
G = 17.31%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE5AB0 (or 0xFE5AB0) is known color: Brilliant Rose. HEX triplet: FE, 5A and B0. RGB value is (254,90,176). Sum of RGB (Red+Green+Blue) = 254+90+176=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5AB0 is #01A54F. Grayscale: #949494. Windows color (decimal): -107856 or 11557630. OLE color: 11557630.

HSL color Cylindrical-coordinate representation of color #FE5AB0: hue angle of 328.54º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5AB0 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 90 176 -
CMYK 0 0.65 0.31 0.00
HSL 328.54º 0.99% 0.67% -
HSV(B) 328.54º 0.65% 1% -
XYZ 52.37 31.52 44.4 -
YUV 148.84 143.33 203.01 -
System Red Green Blue C M Y K H S L
Decimal 254 90 176 0 0.65 0.31 0.00 328.54 0.99 0.67
Hex FE 5A B0 0 41 1F 0 149 63 43
Octal 376 132 260 0 101 37 0 511 143 103
Binary 11111110 1011010 10110000 0 1000001 11111 0 101001001 1100011 1000011

Color Harmonies of #FE5AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AB0

Black with #FE5AB0

Text Example


Text Example

White with #FE5AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AB0; }

 p { color: rgb(254,90,176); }

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

background-color css

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

 a { background-color: rgb(254,90,176); }

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

border-color css

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

 span { border-color: rgb(254,90,176); }

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