#FB4AA6

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

Shades of Brilliant Rose #FB4AA6

Tints of Brilliant Rose #FB4AA6

Color information

#FB4AA6 (or 0xFB4AA6) is unknown color: approx Brilliant Rose. HEX triplet: FB, 4A and A6. RGB value is (251,74,166). Sum of RGB (Red+Green+Blue) = 251+74+166=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4AA6 is #04B559. Grayscale: #898989. Windows color (decimal): -308570 or 10898171. OLE color: 10898171.

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

Color convert

RGB25174166-
CMYK00.710.340.02
HSL328.81º95.68%63.73%-
HSV(B)328.81º70.52%98.43%-
XYZ49.1228.1638.92-
YUV137.41144.14209.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.12%
GREEN value IS 74 (29.30% from 255) = 15.07%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=51.12%
G=15.07%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517416600.710.340.02328.8195.6863.73
HexFB4AA60472221496040
Octal3731122460107422511140100
Binary11111011100101010100110010001111000101010100100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4AA6; }

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

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

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

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

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

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

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

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