Html Css Color HEX #FA17A2 Spicy Pink

📋 copy color: '#FA17A2'

red 250 ◦ green 23 ◦ blue 162

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

Shades of Spicy Pink #FA17A2

Tints of Spicy Pink #FA17A2

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.29%

 BLUE value IS 162 (63.67% from 255) = 37.24%

R = 57.47%
G = 5.29%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA17A2 (or 0xFA17A2) is known color: Spicy Pink. HEX triplet: FA, 17 and A2. RGB value is (250,23,162). Sum of RGB (Red+Green+Blue) = 250+23+162=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA17A2 is #05E85D. Grayscale: #6A6A6A. Windows color (decimal): -387166 or 10622970. OLE color: 10622970.

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

Color convert

RGB 250 23 162 -
CMYK 0 0.91 0.35 0.02
HSL 323.26º 0.96% 0.54% -
HSV(B) 323.26º 0.91% 0.98% -
XYZ 46.25 23.55 36.29 -
YUV 106.72 159.21 230.2 -
System Red Green Blue C M Y K H S L
Decimal 250 23 162 0 0.91 0.35 0.02 323.26 0.96 0.54
Hex FA 17 A2 0 5B 23 2 143 60 36
Octal 372 27 242 0 133 43 2 503 140 66
Binary 11111010 10111 10100010 0 1011011 100011 10 101000011 1100000 110110

Color Harmonies of #FA17A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA17A2

Black with #FA17A2

Text Example


Text Example

White with #FA17A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA17A2; }

 p { color: rgb(250,23,162); }

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

background-color css

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

 a { background-color: rgb(250,23,162); }

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

border-color css

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

 span { border-color: rgb(250,23,162); }

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