#FA57A6

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

Shades of Brilliant Rose #FA57A6

Tints of Brilliant Rose #FA57A6

Color information

#FA57A6 (or 0xFA57A6) is unknown color: approx Brilliant Rose. HEX triplet: FA, 57 and A6. RGB value is (250,87,166). Sum of RGB (Red+Green+Blue) = 250+87+166=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA57A6 is #05A859. Grayscale: #909090. Windows color (decimal): -370778 or 10901498. OLE color: 10901498.

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

Color convert

RGB25087166-
CMYK00.650.340.02
HSL330.92º94.22%66.08%-
HSV(B)330.92º65.2%98.04%-
XYZ49.7229.8939.23-
YUV144.74140203.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.70%
GREEN value IS 87 (34.38% from 255) = 17.30%
BLUE value IS 166 (65.23% from 255) = 33.00%
R=49.70%
G=17.30%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508716600.650.340.02330.9294.2266.08
HexFA57A604122214b5e42
Octal3721272460101422513136102
Binary11111010101011110100110010000011000101010100101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA57A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA57A6; }

 p { color: rgb(250,87,166); }

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

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

 a { background-color: rgb(250,87,166); }

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

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

 span { border-color: rgb(250,87,166); }

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