#FB4AAB

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

Shades of Brilliant Rose #FB4AAB

Tints of Brilliant Rose #FB4AAB

Color information

#FB4AAB (or 0xFB4AAB) is unknown color: approx Brilliant Rose. HEX triplet: FB, 4A and AB. RGB value is (251,74,171). Sum of RGB (Red+Green+Blue) = 251+74+171=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4AAB is #04B554. Grayscale: #898989. Windows color (decimal): -308565 or 11225851. OLE color: 11225851.

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

Color convert

RGB25174171-
CMYK00.710.320.02
HSL327.12º95.68%63.73%-
HSV(B)327.12º70.52%98.43%-
XYZ49.5828.3541.39-
YUV137.98146.64208.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.60%
GREEN value IS 74 (29.30% from 255) = 14.92%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=50.60%
G=14.92%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517417100.710.320.02327.1295.6863.73
HexFB4AAB0472021476040
Octal3731122530107402507140100
Binary11111011100101010101011010001111000001010100011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4AAB; }

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

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

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

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

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

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

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

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