#FB58AB

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

Shades of Brilliant Rose #FB58AB

Tints of Brilliant Rose #FB58AB

Color information

#FB58AB (or 0xFB58AB) is unknown color: approx Brilliant Rose. HEX triplet: FB, 58 and AB. RGB value is (251,88,171). Sum of RGB (Red+Green+Blue) = 251+88+171=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB58AB is #04A754. Grayscale: #929292. Windows color (decimal): -304981 or 11229435. OLE color: 11229435.

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

Color convert

RGB25188171-
CMYK00.650.320.02
HSL329.45º95.32%66.47%-
HSV(B)329.45º64.94%98.43%-
XYZ50.6230.4341.73-
YUV146.2142202.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.22%
GREEN value IS 88 (34.77% from 255) = 17.25%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=49.22%
G=17.25%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518817100.650.320.02329.4595.3266.47
HexFB58AB0412021495f42
Octal3731302530101402511137102
Binary11111011101100010101011010000011000001010100100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB58AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB58AB; }

 p { color: rgb(251,88,171); }

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

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

 a { background-color: rgb(251,88,171); }

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

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

 span { border-color: rgb(251,88,171); }

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