Html Css Color HEX #FA12AA Spicy Pink

📋 copy color: '#FA12AA'

red 250 ◦ green 18 ◦ blue 170

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

Shades of Spicy Pink #FA12AA

Tints of Spicy Pink #FA12AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 57.08%
G = 4.11%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA12AA (or 0xFA12AA) is known color: Spicy Pink. HEX triplet: FA, 12 and AA. RGB value is (250,18,170). Sum of RGB (Red+Green+Blue) = 250+18+170=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA12AA is #05ED55. Grayscale: #686868. Windows color (decimal): -388438 or 11145978. OLE color: 11145978.

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

Color convert

RGB 250 18 170 -
CMYK 0 0.93 0.32 0.02
HSL 320.69º 0.96% 0.53% -
HSV(B) 320.69º 0.93% 0.98% -
XYZ 46.9 23.66 40.13 -
YUV 104.7 164.86 231.64 -
System Red Green Blue C M Y K H S L
Decimal 250 18 170 0 0.93 0.32 0.02 320.69 0.96 0.53
Hex FA 12 AA 0 5D 20 2 141 60 35
Octal 372 22 252 0 135 40 2 501 140 65
Binary 11111010 10010 10101010 0 1011101 100000 10 101000001 1100000 110101

Color Harmonies of #FA12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA12AA

Black with #FA12AA

Text Example


Text Example

White with #FA12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA12AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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