#FF5BA4

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

Shades of Brilliant Rose #FF5BA4

Tints of Brilliant Rose #FF5BA4

Color information

#FF5BA4 (or 0xFF5BA4) is unknown color: approx Brilliant Rose. HEX triplet: FF, 5B and A4. RGB value is (255,91,164). Sum of RGB (Red+Green+Blue) = 255+91+164=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5BA4 is #00A45B. Grayscale: #949494. Windows color (decimal): -42076 or 10771455. OLE color: 10771455.

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

Color convert

RGB25591164-
CMYK00.640.360
HSL333.29º100%67.84%-
HSV(B)333.29º64.31%100%-
XYZ51.6831.4238.46-
YUV148.36136.83204.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 17.84%
BLUE value IS 164 (64.45% from 255) = 32.16%
R=50%
G=17.84%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559116400.640.360333.2910067.84
HexFF5BA404024014d6444
Octal3771332440100440515144104
Binary1111111110110111010010001000000100100010100110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5BA4; }

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

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

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

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

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

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

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

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