#FA95C3

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

Shades of Shocking #FA95C3

Tints of Shocking #FA95C3

Color information

#FA95C3 (or 0xFA95C3) is unknown color: approx Shocking. HEX triplet: FA, 95 and C3. RGB value is (250,149,195). Sum of RGB (Red+Green+Blue) = 250+149+195=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95C3 is #056A3C. Grayscale: #B8B8B8. Windows color (decimal): -354877 or 12817914. OLE color: 12817914.

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

Color convert

RGB250149195-
CMYK00.400.220.02
HSL332.67º90.99%78.24%-
HSV(B)332.67º40.4%98.04%-
XYZ60.0245.7657.3-
YUV184.44133.96174.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 149 (58.59% from 255) = 25.08%
BLUE value IS 195 (76.56% from 255) = 32.83%
R=42.09%
G=25.08%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014919500.400.220.02332.6790.9978.24
HexFA95C302816214d5b4e
Octal372225303050262515133116
Binary1111101010010101110000110101000101101010100110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95C3; }

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

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

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

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

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

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

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

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