#FA5FAA

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

Shades of Brilliant Rose #FA5FAA

Tints of Brilliant Rose #FA5FAA

Color information

#FA5FAA (or 0xFA5FAA) is unknown color: approx Brilliant Rose. HEX triplet: FA, 5F and AA. RGB value is (250,95,170). Sum of RGB (Red+Green+Blue) = 250+95+170=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5FAA is #05A055. Grayscale: #959595. Windows color (decimal): -368726 or 11165690. OLE color: 11165690.

HSL color Cylindrical-coordinate representation of color #FA5FAA: hue angle of 330.97º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5FAA is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB25095170-
CMYK00.620.320.02
HSL330.97º93.94%67.65%-
HSV(B)330.97º62%98.04%-
XYZ50.7731.4141.42-
YUV149.89139.35199.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.54%
GREEN value IS 95 (37.5% from 255) = 18.45%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=48.54%
G=18.45%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509517000.620.320.02330.9793.9467.65
HexFA5FAA03E20214b5e44
Octal372137252076402513136104
Binary1111101010111111010101001111101000001010100101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5FAA; }

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

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

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

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

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

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

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

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