#FB4AAA

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

Shades of Brilliant Rose #FB4AAA

Tints of Brilliant Rose #FB4AAA

Color information

#FB4AAA (or 0xFB4AAA) is unknown color: approx Brilliant Rose. HEX triplet: FB, 4A and AA. RGB value is (251,74,170). Sum of RGB (Red+Green+Blue) = 251+74+170=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4AAA is #04B555. Grayscale: #898989. Windows color (decimal): -308566 or 11160315. OLE color: 11160315.

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

Color convert

RGB25174170-
CMYK00.710.320.02
HSL327.46º95.68%63.73%-
HSV(B)327.46º70.52%98.43%-
XYZ49.4928.3140.89-
YUV137.87146.14208.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.71%
GREEN value IS 74 (29.30% from 255) = 14.95%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=50.71%
G=14.95%
B=34.34%

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
Decimal2517417000.710.320.02327.4695.6863.73
HexFB4AAA0472021476040
Octal3731122520107402507140100
Binary11111011100101010101010010001111000001010100011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4AAA; }

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

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

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

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

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

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

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

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