#FB53A9

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

Shades of Brilliant Rose #FB53A9

Tints of Brilliant Rose #FB53A9

Color information

#FB53A9 (or 0xFB53A9) is unknown color: approx Brilliant Rose. HEX triplet: FB, 53 and A9. RGB value is (251,83,169). Sum of RGB (Red+Green+Blue) = 251+83+169=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB53A9 is #04AC56. Grayscale: #8E8E8E. Windows color (decimal): -306263 or 11097083. OLE color: 11097083.

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

Color convert

RGB25183169-
CMYK00.670.330.02
HSL329.29º95.45%65.49%-
HSV(B)329.29º66.93%98.43%-
XYZ50.0429.5640.6-
YUV143.04142.66205.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.90%
GREEN value IS 83 (32.81% from 255) = 16.50%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=49.90%
G=16.50%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518316900.670.330.02329.2995.4565.49
HexFB53A90432121495f41
Octal3731232510103412511137101
Binary11111011101001110101001010000111000011010100100110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB53A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB53A9; }

 p { color: rgb(251,83,169); }

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

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

 a { background-color: rgb(251,83,169); }

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

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

 span { border-color: rgb(251,83,169); }

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