#FA95F0

Color #FA95F0 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FA95F0

Tints of Pale Magenta #FA95F0

Color information

#FA95F0 (or 0xFA95F0) is unknown color: approx Pale Magenta. HEX triplet: FA, 95 and F0. RGB value is (250,149,240). Sum of RGB (Red+Green+Blue) = 250+149+240=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 149 (58.59% from 255 or 23.32% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA95F0 is #056A0F. Grayscale: #BDBDBD. Windows color (decimal): -354832 or 15767034. OLE color: 15767034.

HSL color Cylindrical-coordinate representation of color #FA95F0: hue angle of 305.94º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA95F0 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB250149240-
CMYK00.400.040.02
HSL305.94º90.99%78.24%-
HSV(B)305.94º40.4%98.04%-
XYZ65.948.1188.25-
YUV189.57156.46171.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 149 (58.59% from 255) = 23.32%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=39.12%
G=23.32%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014924000.400.040.02305.9490.9978.24
HexFA95F0028421325b4e
Octal37222536005042462133116
Binary11111010100101011111000001010001001010011001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95F0; }

 p { color: rgb(250,149,240); }

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

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

 a { background-color: rgb(250,149,240); }

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

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

 span { border-color: rgb(250,149,240); }

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