Html Css Color HEX #FA15A5 Spicy Pink

📋 copy color: '#FA15A5'

red 250 ◦ green 21 ◦ blue 165

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

Shades of Spicy Pink #FA15A5

Tints of Spicy Pink #FA15A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.84%

R = 57.34%
G = 4.82%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA15A5 (or 0xFA15A5) is known color: Spicy Pink. HEX triplet: FA, 15 and A5. RGB value is (250,21,165). Sum of RGB (Red+Green+Blue) = 250+21+165=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA15A5 is #05EA5A. Grayscale: #696969. Windows color (decimal): -387675 or 10819066. OLE color: 10819066.

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

Color convert

RGB 250 21 165 -
CMYK 0 0.92 0.34 0.02
HSL 322.27º 0.96% 0.53% -
HSV(B) 322.27º 0.92% 0.98% -
XYZ 46.48 23.58 37.7 -
YUV 105.89 161.37 230.79 -
System Red Green Blue C M Y K H S L
Decimal 250 21 165 0 0.92 0.34 0.02 322.27 0.96 0.53
Hex FA 15 A5 0 5C 22 2 142 60 35
Octal 372 25 245 0 134 42 2 502 140 65
Binary 11111010 10101 10100101 0 1011100 100010 10 101000010 1100000 110101

Color Harmonies of #FA15A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15A5

Black with #FA15A5

Text Example


Text Example

White with #FA15A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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