#FB47A7

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

Shades of Brilliant Rose #FB47A7

Tints of Brilliant Rose #FB47A7

Color information

#FB47A7 (or 0xFB47A7) is unknown color: approx Brilliant Rose. HEX triplet: FB, 47 and A7. RGB value is (251,71,167). Sum of RGB (Red+Green+Blue) = 251+71+167=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB47A7 is #04B858. Grayscale: #878787. Windows color (decimal): -309337 or 10962939. OLE color: 10962939.

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

Color convert

RGB25171167-
CMYK00.720.330.02
HSL328º95.74%63.14%-
HSV(B)328º71.71%98.43%-
XYZ49.0127.8139.34-
YUV135.76145.63210.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.33%
GREEN value IS 71 (28.12% from 255) = 14.52%
BLUE value IS 167 (65.62% from 255) = 34.15%
R=51.33%
G=14.52%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517116700.720.330.0232895.7463.14
HexFB47A7048212148603f
Octal373107247011041251014077
Binary1111101110001111010011101001000100001101010010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB47A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB47A7; }

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

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

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

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

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

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

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

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