#FB46A4

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

Shades of Brilliant Rose #FB46A4

Tints of Brilliant Rose #FB46A4

Color information

#FB46A4 (or 0xFB46A4) is unknown color: approx Brilliant Rose. HEX triplet: FB, 46 and A4. RGB value is (251,70,164). Sum of RGB (Red+Green+Blue) = 251+70+164=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB46A4 is #04B95B. Grayscale: #868686. Windows color (decimal): -309596 or 10766075. OLE color: 10766075.

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

Color convert

RGB25170164-
CMYK00.720.350.02
HSL328.84º95.77%62.94%-
HSV(B)328.84º72.11%98.43%-
XYZ48.6727.5737.88-
YUV134.83144.47210.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.75%
GREEN value IS 70 (27.73% from 255) = 14.43%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=51.75%
G=14.43%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517016400.720.350.02328.8495.7762.94
HexFB46A4048232149603f
Octal373106244011043251114077
Binary1111101110001101010010001001000100011101010010011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB46A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB46A4; }

 p { color: rgb(251,70,164); }

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

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

 a { background-color: rgb(251,70,164); }

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

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

 span { border-color: rgb(251,70,164); }

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