#FF5BA1

Color #FF5BA1 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FF5BA1

Tints of Brilliant Rose #FF5BA1

Color information

#FF5BA1 (or 0xFF5BA1) is unknown color: approx Brilliant Rose. HEX triplet: FF, 5B and A1. RGB value is (255,91,161). Sum of RGB (Red+Green+Blue) = 255+91+161=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5BA1 is #00A45E. Grayscale: #939393. Windows color (decimal): -42079 or 10574847. OLE color: 10574847.

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

Color convert

RGB25591161-
CMYK00.640.370
HSL334.39º100%67.84%-
HSV(B)334.39º64.31%100%-
XYZ51.4131.3237.05-
YUV148.02135.33204.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 91 (35.94% from 255) = 17.95%
BLUE value IS 161 (63.28% from 255) = 31.76%
R=50.30%
G=17.95%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559116100.640.370334.3910067.84
HexFF5BA104025014e6444
Octal3771332410100450516144104
Binary1111111110110111010000101000000100101010100111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5BA1; }

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

 H1.HeaderClassName
 {
   color: #FF5BA1;
 }
 .AnyTagClassName
 {
   color: #FF5BA1;
 }
</style>
background-color css

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

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

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

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

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

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