Html Css Color HEX #FA12AC Spicy Pink

📋 copy color: '#FA12AC'

red 250 ◦ green 18 ◦ blue 172

#FA12AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #FA12AC

Tints of Spicy Pink #FA12AC

RGB

 RED value IS 250 (98.05% from 255) = 56.82%

 GREEN value IS 18 (7.42% from 255) = 4.09%

 BLUE value IS 172 (67.58% from 255) = 39.09%

R = 56.82%
G = 4.09%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA12AC (or 0xFA12AC) is known color: Spicy Pink. HEX triplet: FA, 12 and AC. RGB value is (250,18,172). Sum of RGB (Red+Green+Blue) = 250+18+172=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA12AC is #05ED53. Grayscale: #686868. Windows color (decimal): -388436 or 11277050. OLE color: 11277050.

HSL color Cylindrical-coordinate representation of color #FA12AC: hue angle of 320.17º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA12AC is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 18 172 -
CMYK 0 0.93 0.31 0.02
HSL 320.17º 0.96% 0.53% -
HSV(B) 320.17º 0.93% 0.98% -
XYZ 47.09 23.74 41.13 -
YUV 104.92 165.86 231.48 -
System Red Green Blue C M Y K H S L
Decimal 250 18 172 0 0.93 0.31 0.02 320.17 0.96 0.53
Hex FA 12 AC 0 5D 1F 2 140 60 35
Octal 372 22 254 0 135 37 2 500 140 65
Binary 11111010 10010 10101100 0 1011101 11111 10 101000000 1100000 110101

Color Harmonies of #FA12AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA12AC

Black with #FA12AC

Text Example


Text Example

White with #FA12AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA12AC; }

 p { color: rgb(250,18,172); }

 H1.HeaderClassName
 {
   color: #FA12AC;
 }
 .AnyTagClassName
 {
   color: #FA12AC;
 }
</style>

background-color css

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

 a { background-color: rgb(250,18,172); }

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

border-color css

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

 span { border-color: rgb(250,18,172); }

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