Html Css Color HEX #FF5BAE Brilliant Rose

📋 copy color: '#FF5BAE'

red 255 ◦ green 91 ◦ blue 174

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

Shades of Brilliant Rose #FF5BAE

Tints of Brilliant Rose #FF5BAE

RGB

 RED value IS 255 (100% from 255) = 49.04%

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

 BLUE value IS 174 (68.36% from 255) = 33.46%

R = 49.04%
G = 17.5%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF5BAE (or 0xFF5BAE) is known color: Brilliant Rose. HEX triplet: FF, 5B and AE. RGB value is (255,91,174). Sum of RGB (Red+Green+Blue) = 255+91+174=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5BAE is #00A451. Grayscale: #959595. Windows color (decimal): -42066 or 11426815. OLE color: 11426815.

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

Color convert

RGB 255 91 174 -
CMYK 0 0.64 0.32 0
HSL 329.63º 1% 0.68% -
HSV(B) 329.63º 0.64% 1% -
XYZ 52.62 31.8 43.41 -
YUV 149.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 255 91 174 0 0.64 0.32 0 329.63 1 0.68
Hex FF 5B AE 0 40 20 0 14A 64 44
Octal 377 133 256 0 100 40 0 512 144 104
Binary 11111111 1011011 10101110 0 1000000 100000 0 101001010 1100100 1000100

Color Harmonies of #FF5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5BAE

Black with #FF5BAE

Text Example


Text Example

White with #FF5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5BAE; }

 p { color: rgb(255,91,174); }

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

background-color css

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

 a { background-color: rgb(255,91,174); }

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

border-color css

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

 span { border-color: rgb(255,91,174); }

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