Html Css Color HEX #FF5BAA Brilliant Rose

📋 copy color: '#FF5BAA'

red 255 ◦ green 91 ◦ blue 170

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

Shades of Brilliant Rose #FF5BAA

Tints of Brilliant Rose #FF5BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.95%

R = 49.42%
G = 17.64%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF5BAA (or 0xFF5BAA) is known color: Brilliant Rose. HEX triplet: FF, 5B and AA. RGB value is (255,91,170). Sum of RGB (Red+Green+Blue) = 255+91+170=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5BAA is #00A455. Grayscale: #949494. Windows color (decimal): -42070 or 11164671. OLE color: 11164671.

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

Color convert

RGB 255 91 170 -
CMYK 0 0.64 0.33 0
HSL 331.1º 1% 0.68% -
HSV(B) 331.1º 0.64% 1% -
XYZ 52.24 31.64 41.39 -
YUV 149.04 139.83 203.58 -
System Red Green Blue C M Y K H S L
Decimal 255 91 170 0 0.64 0.33 0 331.1 1 0.68
Hex FF 5B AA 0 40 21 0 14B 64 44
Octal 377 133 252 0 100 41 0 513 144 104
Binary 11111111 1011011 10101010 0 1000000 100001 0 101001011 1100100 1000100

Color Harmonies of #FF5BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5BAA

Black with #FF5BAA

Text Example


Text Example

White with #FF5BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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