#FB55A1

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

Shades of Brilliant Rose #FB55A1

Tints of Brilliant Rose #FB55A1

Color information

#FB55A1 (or 0xFB55A1) is unknown color: approx Brilliant Rose. HEX triplet: FB, 55 and A1. RGB value is (251,85,161). Sum of RGB (Red+Green+Blue) = 251+85+161=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB55A1 is #04AA5E. Grayscale: #8F8F8F. Windows color (decimal): -305759 or 10573307. OLE color: 10573307.

HSL color Cylindrical-coordinate representation of color #FB55A1: hue angle of 332.53º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB55A1 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB25185161-
CMYK00.660.360.02
HSL332.53º95.4%65.88%-
HSV(B)332.53º66.14%98.43%-
XYZ49.4729.5836.82-
YUV143.3138204.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 85 (33.59% from 255) = 17.10%
BLUE value IS 161 (63.28% from 255) = 32.39%
R=50.50%
G=17.10%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518516100.660.360.02332.5395.465.88
HexFB55A104224214d5f42
Octal3731252410102442515137102
Binary11111011101010110100001010000101001001010100110110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB55A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB55A1; }

 p { color: rgb(251,85,161); }

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

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

 a { background-color: rgb(251,85,161); }

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

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

 span { border-color: rgb(251,85,161); }

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