Html Css Color HEX #FA15A1 Spicy Pink

📋 copy color: '#FA15A1'

red 250 ◦ green 21 ◦ blue 161

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

Shades of Spicy Pink #FA15A1

Tints of Spicy Pink #FA15A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.27%

R = 57.87%
G = 4.86%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA15A1 (or 0xFA15A1) is known color: Spicy Pink. HEX triplet: FA, 15 and A1. RGB value is (250,21,161). Sum of RGB (Red+Green+Blue) = 250+21+161=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA15A1 is #05EA5E. Grayscale: #696969. Windows color (decimal): -387679 or 10556922. OLE color: 10556922.

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

Color convert

RGB 250 21 161 -
CMYK 0 0.92 0.36 0.02
HSL 323.32º 0.96% 0.53% -
HSV(B) 323.32º 0.92% 0.98% -
XYZ 46.13 23.43 35.81 -
YUV 105.43 159.37 231.12 -
System Red Green Blue C M Y K H S L
Decimal 250 21 161 0 0.92 0.36 0.02 323.32 0.96 0.53
Hex FA 15 A1 0 5C 24 2 143 60 35
Octal 372 25 241 0 134 44 2 503 140 65
Binary 11111010 10101 10100001 0 1011100 100100 10 101000011 1100000 110101

Color Harmonies of #FA15A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15A1

Black with #FA15A1

Text Example


Text Example

White with #FA15A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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