Html Css Color HEX #FE5BA7 Brilliant Rose

📋 copy color: '#FE5BA7'

red 254 ◦ green 91 ◦ blue 167

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

Shades of Brilliant Rose #FE5BA7

Tints of Brilliant Rose #FE5BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.62%

R = 49.61%
G = 17.77%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE5BA7 (or 0xFE5BA7) is known color: Brilliant Rose. HEX triplet: FE, 5B and A7. RGB value is (254,91,167). Sum of RGB (Red+Green+Blue) = 254+91+167=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5BA7 is #01A458. Grayscale: #949494. Windows color (decimal): -107609 or 10968062. OLE color: 10968062.

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

Color convert

RGB 254 91 167 -
CMYK 0 0.64 0.34 0.00
HSL 332.02º 0.99% 0.68% -
HSV(B) 332.02º 0.64% 1% -
XYZ 51.59 31.34 39.89 -
YUV 148.4 138.5 203.32 -
System Red Green Blue C M Y K H S L
Decimal 254 91 167 0 0.64 0.34 0.00 332.02 0.99 0.68
Hex FE 5B A7 0 40 22 0 14C 63 44
Octal 376 133 247 0 100 42 0 514 143 104
Binary 11111110 1011011 10100111 0 1000000 100010 0 101001100 1100011 1000100

Color Harmonies of #FE5BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5BA7

Black with #FE5BA7

Text Example


Text Example

White with #FE5BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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