Html Css Color HEX #FA15A9 Spicy Pink

📋 copy color: '#FA15A9'

red 250 ◦ green 21 ◦ blue 169

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

Shades of Spicy Pink #FA15A9

Tints of Spicy Pink #FA15A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 38.41%

R = 56.82%
G = 4.77%
B = 38.41%

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

#FA15A9 (or 0xFA15A9) is known color: Spicy Pink. HEX triplet: FA, 15 and A9. RGB value is (250,21,169). Sum of RGB (Red+Green+Blue) = 250+21+169=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA15A9 is #05EA56. Grayscale: #696969. Windows color (decimal): -387671 or 11081210. OLE color: 11081210.

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

Color convert

RGB 250 21 169 -
CMYK 0 0.92 0.32 0.02
HSL 321.22º 0.96% 0.53% -
HSV(B) 321.22º 0.92% 0.98% -
XYZ 46.85 23.72 39.65 -
YUV 106.34 163.37 230.47 -
System Red Green Blue C M Y K H S L
Decimal 250 21 169 0 0.92 0.32 0.02 321.22 0.96 0.53
Hex FA 15 A9 0 5C 20 2 141 60 35
Octal 372 25 251 0 134 40 2 501 140 65
Binary 11111010 10101 10101001 0 1011100 100000 10 101000001 1100000 110101

Color Harmonies of #FA15A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15A9

Black with #FA15A9

Text Example


Text Example

White with #FA15A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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