#FB46AD

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

Shades of Brilliant Rose #FB46AD

Tints of Brilliant Rose #FB46AD

Color information

#FB46AD (or 0xFB46AD) is unknown color: approx Brilliant Rose. HEX triplet: FB, 46 and AD. RGB value is (251,70,173). Sum of RGB (Red+Green+Blue) = 251+70+173=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB46AD is #04B952. Grayscale: #878787. Windows color (decimal): -309587 or 11355899. OLE color: 11355899.

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

Color convert

RGB25170173-
CMYK00.720.310.02
HSL325.86º95.77%62.94%-
HSV(B)325.86º72.11%98.43%-
XYZ49.5227.9142.31-
YUV135.86148.97210.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.81%
GREEN value IS 70 (27.73% from 255) = 14.17%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=50.81%
G=14.17%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517017300.720.310.02325.8695.7762.94
HexFB46AD0481F2146603f
Octal373106255011037250614077
Binary111110111000110101011010100100011111101010001101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB46AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB46AD; }

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

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

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

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

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

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

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

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