#FA18C3

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

Shades of Shocking Pink #FA18C3

Tints of Shocking Pink #FA18C3

Color information

#FA18C3 (or 0xFA18C3) is unknown color: approx Shocking Pink. HEX triplet: FA, 18 and C3. RGB value is (250,24,195). Sum of RGB (Red+Green+Blue) = 250+24+195=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA18C3 is #05E73C. Grayscale: #6E6E6E. Windows color (decimal): -386877 or 12785914. OLE color: 12785914.

HSL color Cylindrical-coordinate representation of color #FA18C3: hue angle of 314.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA18C3 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB25024195-
CMYK00.900.220.02
HSL314.6º95.76%53.73%-
HSV(B)314.6º90.4%98.04%-
XYZ49.624.9253.83-
YUV111.07175.37227.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.30%
GREEN value IS 24 (9.77% from 255) = 5.12%
BLUE value IS 195 (76.56% from 255) = 41.58%
R=53.30%
G=5.12%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502419500.900.220.02314.695.7653.73
HexFA18C305A16213b6036
Octal37230303013226247314066
Binary1111101011000110000110101101010110101001110111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA18C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA18C3; }

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

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

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

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

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

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

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

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