#FB58A3

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

Shades of Brilliant Rose #FB58A3

Tints of Brilliant Rose #FB58A3

Color information

#FB58A3 (or 0xFB58A3) is unknown color: approx Brilliant Rose. HEX triplet: FB, 58 and A3. RGB value is (251,88,163). Sum of RGB (Red+Green+Blue) = 251+88+163=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB58A3 is #04A75C. Grayscale: #919191. Windows color (decimal): -304989 or 10705147. OLE color: 10705147.

HSL color Cylindrical-coordinate representation of color #FB58A3: hue angle of 332.39º 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 #FB58A3 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB25188163-
CMYK00.650.350.02
HSL332.39º95.32%66.47%-
HSV(B)332.39º64.94%98.43%-
XYZ49.8830.1337.84-
YUV145.29138203.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50%
GREEN value IS 88 (34.77% from 255) = 17.53%
BLUE value IS 163 (64.06% from 255) = 32.47%
R=50%
G=17.53%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518816300.650.350.02332.3995.3266.47
HexFB58A304123214c5f42
Octal3731302430101432514137102
Binary11111011101100010100011010000011000111010100110010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB58A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB58A3; }

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

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

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

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

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

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

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

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