#FA47AA

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

Shades of Brilliant Rose #FA47AA

Tints of Brilliant Rose #FA47AA

Color information

#FA47AA (or 0xFA47AA) is unknown color: approx Brilliant Rose. HEX triplet: FA, 47 and AA. RGB value is (250,71,170). Sum of RGB (Red+Green+Blue) = 250+71+170=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA47AA is #05B855. Grayscale: #878787. Windows color (decimal): -374870 or 11159546. OLE color: 11159546.

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

Color convert

RGB25071170-
CMYK00.720.320.02
HSL326.82º94.71%62.94%-
HSV(B)326.82º71.6%98.04%-
XYZ48.9327.7340.8-
YUV135.81147.3209.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.92%
GREEN value IS 71 (28.12% from 255) = 14.46%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=50.92%
G=14.46%
B=34.62%

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
Decimal2507117000.720.320.02326.8294.7162.94
HexFA47AA0482021475f3f
Octal372107252011040250713777
Binary1111101010001111010101001001000100000101010001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA47AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA47AA; }

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

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

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

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

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

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

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

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