Html Css Color HEX #FA10AA Spicy Pink

📋 copy color: '#FA10AA'

red 250 ◦ green 16 ◦ blue 170

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

Shades of Spicy Pink #FA10AA

Tints of Spicy Pink #FA10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.67%

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

R = 57.34%
G = 3.67%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA10AA (or 0xFA10AA) is known color: Spicy Pink. HEX triplet: FA, 10 and AA. RGB value is (250,16,170). Sum of RGB (Red+Green+Blue) = 250+16+170=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA10AA is #05EF55. Grayscale: #676767. Windows color (decimal): -388950 or 11145466. OLE color: 11145466.

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

Color convert

RGB 250 16 170 -
CMYK 0 0.94 0.32 0.02
HSL 320.51º 0.96% 0.52% -
HSV(B) 320.51º 0.94% 0.98% -
XYZ 46.87 23.6 40.11 -
YUV 103.52 165.52 232.48 -
System Red Green Blue C M Y K H S L
Decimal 250 16 170 0 0.94 0.32 0.02 320.51 0.96 0.52
Hex FA 10 AA 0 5E 20 2 141 60 34
Octal 372 20 252 0 136 40 2 501 140 64
Binary 11111010 10000 10101010 0 1011110 100000 10 101000001 1100000 110100

Color Harmonies of #FA10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA10AA

Black with #FA10AA

Text Example


Text Example

White with #FA10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA10AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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