#FB58A8

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

Shades of Brilliant Rose #FB58A8

Tints of Brilliant Rose #FB58A8

Color information

#FB58A8 (or 0xFB58A8) is unknown color: approx Brilliant Rose. HEX triplet: FB, 58 and A8. RGB value is (251,88,168). Sum of RGB (Red+Green+Blue) = 251+88+168=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB58A8 is #04A757. Grayscale: #919191. Windows color (decimal): -304984 or 11032827. OLE color: 11032827.

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

Color convert

RGB25188168-
CMYK00.650.330.02
HSL330.55º95.32%66.47%-
HSV(B)330.55º64.94%98.43%-
XYZ50.3430.3240.24-
YUV145.86140.5203-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.51%
GREEN value IS 88 (34.77% from 255) = 17.36%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=49.51%
G=17.36%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518816800.650.330.02330.5595.3266.47
HexFB58A804121214b5f42
Octal3731302500101412513137102
Binary11111011101100010101000010000011000011010100101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB58A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB58A8; }

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

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

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

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

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

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

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

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