#FA18B2

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

Shades of Spicy Pink #FA18B2

Tints of Spicy Pink #FA18B2

Color information

#FA18B2 (or 0xFA18B2) is unknown color: approx Spicy Pink. HEX triplet: FA, 18 and B2. RGB value is (250,24,178). Sum of RGB (Red+Green+Blue) = 250+24+178=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA18B2 is #05E74D. Grayscale: #6C6C6C. Windows color (decimal): -386894 or 11671802. OLE color: 11671802.

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

Color convert

RGB25024178-
CMYK00.900.290.02
HSL319.12º95.76%53.73%-
HSV(B)319.12º90.4%98.04%-
XYZ47.7924.1944.27-
YUV109.13166.87228.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.31%
GREEN value IS 24 (9.77% from 255) = 5.31%
BLUE value IS 178 (69.92% from 255) = 39.38%
R=55.31%
G=5.31%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502417800.900.290.02319.1295.7653.73
HexFA18B205A1D213f6036
Octal37230262013235247714066
Binary1111101011000101100100101101011101101001111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA18B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA18B2; }

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

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

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

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

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

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

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

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