#FA18D1

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

Shades of Shocking Pink #FA18D1

Tints of Shocking Pink #FA18D1

Color information

#FA18D1 (or 0xFA18D1) is unknown color: approx Shocking Pink. HEX triplet: FA, 18 and D1. RGB value is (250,24,209). Sum of RGB (Red+Green+Blue) = 250+24+209=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 24 (9.77% from 255 or 4.97% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA18D1 is #05E72E. Grayscale: #707070. Windows color (decimal): -386863 or 13703418. OLE color: 13703418.

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

Color convert

RGB25024209-
CMYK00.900.160.02
HSL310.88º95.76%53.73%-
HSV(B)310.88º90.4%98.04%-
XYZ51.2625.5862.56-
YUV112.66182.37225.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.76%
GREEN value IS 24 (9.77% from 255) = 4.97%
BLUE value IS 209 (82.03% from 255) = 43.27%
R=51.76%
G=4.97%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502420900.900.160.02310.8895.7653.73
HexFA18D105A1021376036
Octal37230321013220246714066
Binary1111101011000110100010101101010000101001101111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA18D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA18D1; }

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

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

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

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

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

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

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

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