Html Css Color HEX #FE5BA4 Brilliant Rose

📋 copy color: '#FE5BA4'

red 254 ◦ green 91 ◦ blue 164

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

Shades of Brilliant Rose #FE5BA4

Tints of Brilliant Rose #FE5BA4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.88%

 BLUE value IS 164 (64.45% from 255) = 32.22%

R = 49.9%
G = 17.88%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE5BA4 (or 0xFE5BA4) is known color: Brilliant Rose. HEX triplet: FE, 5B and A4. RGB value is (254,91,164). Sum of RGB (Red+Green+Blue) = 254+91+164=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5BA4 is #01A45B. Grayscale: #939393. Windows color (decimal): -107612 or 10771454. OLE color: 10771454.

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

Color convert

RGB 254 91 164 -
CMYK 0 0.64 0.35 0.00
HSL 333.13º 0.99% 0.68% -
HSV(B) 333.13º 0.64% 1% -
XYZ 51.31 31.23 38.45 -
YUV 148.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 254 91 164 0 0.64 0.35 0.00 333.13 0.99 0.68
Hex FE 5B A4 0 40 23 0 14D 63 44
Octal 376 133 244 0 100 43 0 515 143 104
Binary 11111110 1011011 10100100 0 1000000 100011 0 101001101 1100011 1000100

Color Harmonies of #FE5BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5BA4

Black with #FE5BA4

Text Example


Text Example

White with #FE5BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5BA4; }

 p { color: rgb(254,91,164); }

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

background-color css

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

 a { background-color: rgb(254,91,164); }

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

border-color css

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

 span { border-color: rgb(254,91,164); }

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