#FA47AB

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

Shades of Brilliant Rose #FA47AB

Tints of Brilliant Rose #FA47AB

Color information

#FA47AB (or 0xFA47AB) is unknown color: approx Brilliant Rose. HEX triplet: FA, 47 and AB. RGB value is (250,71,171). Sum of RGB (Red+Green+Blue) = 250+71+171=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 71 (28.12% from 255 or 14.43% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA47AB is #05B854. Grayscale: #878787. Windows color (decimal): -374869 or 11225082. OLE color: 11225082.

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

Color convert

RGB25071171-
CMYK00.720.320.02
HSL326.48º94.71%62.94%-
HSV(B)326.48º71.6%98.04%-
XYZ49.0327.7741.3-
YUV135.92147.8209.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.81%
GREEN value IS 71 (28.12% from 255) = 14.43%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=50.81%
G=14.43%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507117100.720.320.02326.4894.7162.94
HexFA47AB0482021465f3f
Octal372107253011040250613777
Binary1111101010001111010101101001000100000101010001101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA47AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA47AB; }

 p { color: rgb(250,71,171); }

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

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

 a { background-color: rgb(250,71,171); }

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

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

 span { border-color: rgb(250,71,171); }

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