#FB47AD

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

Shades of Brilliant Rose #FB47AD

Tints of Brilliant Rose #FB47AD

Color information

#FB47AD (or 0xFB47AD) is unknown color: approx Brilliant Rose. HEX triplet: FB, 47 and AD. RGB value is (251,71,173). Sum of RGB (Red+Green+Blue) = 251+71+173=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB47AD is #04B852. Grayscale: #888888. Windows color (decimal): -309331 or 11356155. OLE color: 11356155.

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

Color convert

RGB25171173-
CMYK00.720.310.02
HSL326º95.74%63.14%-
HSV(B)326º71.71%98.43%-
XYZ49.5828.0342.33-
YUV136.45148.63209.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.71%
GREEN value IS 71 (28.12% from 255) = 14.34%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=50.71%
G=14.34%
B=34.95%

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
Decimal2517117300.720.310.0232695.7463.14
HexFB47AD0481F2146603f
Octal373107255011037250614077
Binary111110111000111101011010100100011111101010001101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB47AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB47AD; }

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

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

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

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

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

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

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

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