Html Css Color HEX #FA1AAA Spicy Pink

📋 copy color: '#FA1AAA'

red 250 ◦ green 26 ◦ blue 170

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

Shades of Spicy Pink #FA1AAA

Tints of Spicy Pink #FA1AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.83%

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

R = 56.05%
G = 5.83%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA1AAA (or 0xFA1AAA) is known color: Spicy Pink. HEX triplet: FA, 1A and AA. RGB value is (250,26,170). Sum of RGB (Red+Green+Blue) = 250+26+170=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1AAA is #05E555. Grayscale: #6D6D6D. Windows color (decimal): -386390 or 11148026. OLE color: 11148026.

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

Color convert

RGB 250 26 170 -
CMYK 0 0.90 0.32 0.02
HSL 321.43º 0.96% 0.54% -
HSV(B) 321.43º 0.9% 0.98% -
XYZ 47.05 23.97 40.18 -
YUV 109.39 162.21 228.29 -
System Red Green Blue C M Y K H S L
Decimal 250 26 170 0 0.90 0.32 0.02 321.43 0.96 0.54
Hex FA 1A AA 0 5A 20 2 141 60 36
Octal 372 32 252 0 132 40 2 501 140 66
Binary 11111010 11010 10101010 0 1011010 100000 10 101000001 1100000 110110

Color Harmonies of #FA1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1AAA

Black with #FA1AAA

Text Example


Text Example

White with #FA1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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