Html Css Color HEX #FA13A8 Spicy Pink

📋 copy color: '#FA13A8'

red 250 ◦ green 19 ◦ blue 168

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

Shades of Spicy Pink #FA13A8

Tints of Spicy Pink #FA13A8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.35%

 BLUE value IS 168 (66.02% from 255) = 38.44%

R = 57.21%
G = 4.35%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA13A8 (or 0xFA13A8) is known color: Spicy Pink. HEX triplet: FA, 13 and A8. RGB value is (250,19,168). Sum of RGB (Red+Green+Blue) = 250+19+168=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA13A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA13A8 is #05EC57. Grayscale: #686868. Windows color (decimal): -388184 or 11015162. OLE color: 11015162.

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

Color convert

RGB 250 19 168 -
CMYK 0 0.92 0.33 0.02
HSL 321.3º 0.96% 0.53% -
HSV(B) 321.3º 0.92% 0.98% -
XYZ 46.73 23.62 39.14 -
YUV 105.06 163.53 231.38 -
System Red Green Blue C M Y K H S L
Decimal 250 19 168 0 0.92 0.33 0.02 321.3 0.96 0.53
Hex FA 13 A8 0 5C 21 2 141 60 35
Octal 372 23 250 0 134 41 2 501 140 65
Binary 11111010 10011 10101000 0 1011100 100001 10 101000001 1100000 110101

Color Harmonies of #FA13A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA13A8

Black with #FA13A8

Text Example


Text Example

White with #FA13A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA13A8; }

 p { color: rgb(250,19,168); }

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

background-color css

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

 a { background-color: rgb(250,19,168); }

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

border-color css

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

 span { border-color: rgb(250,19,168); }

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