Html Css Color HEX #FA15AA Spicy Pink

📋 copy color: '#FA15AA'

red 250 ◦ green 21 ◦ blue 170

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

Shades of Spicy Pink #FA15AA

Tints of Spicy Pink #FA15AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.76%

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

R = 56.69%
G = 4.76%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA15AA (or 0xFA15AA) is known color: Spicy Pink. HEX triplet: FA, 15 and AA. RGB value is (250,21,170). Sum of RGB (Red+Green+Blue) = 250+21+170=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA15AA is #05EA55. Grayscale: #6A6A6A. Windows color (decimal): -387670 or 11146746. OLE color: 11146746.

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

Color convert

RGB 250 21 170 -
CMYK 0 0.92 0.32 0.02
HSL 320.96º 0.96% 0.53% -
HSV(B) 320.96º 0.92% 0.98% -
XYZ 46.95 23.76 40.14 -
YUV 106.46 163.87 230.38 -
System Red Green Blue C M Y K H S L
Decimal 250 21 170 0 0.92 0.32 0.02 320.96 0.96 0.53
Hex FA 15 AA 0 5C 20 2 141 60 35
Octal 372 25 252 0 134 40 2 501 140 65
Binary 11111010 10101 10101010 0 1011100 100000 10 101000001 1100000 110101

Color Harmonies of #FA15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15AA

Black with #FA15AA

Text Example


Text Example

White with #FA15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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