Html Css Color HEX #FA17AF Spicy Pink

📋 copy color: '#FA17AF'

red 250 ◦ green 23 ◦ blue 175

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

Shades of Spicy Pink #FA17AF

Tints of Spicy Pink #FA17AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.06%

R = 55.8%
G = 5.13%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA17AF (or 0xFA17AF) is known color: Spicy Pink. HEX triplet: FA, 17 and AF. RGB value is (250,23,175). Sum of RGB (Red+Green+Blue) = 250+23+175=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA17AF is #05E850. Grayscale: #6B6B6B. Windows color (decimal): -387153 or 11474938. OLE color: 11474938.

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

Color convert

RGB 250 23 175 -
CMYK 0 0.91 0.3 0.02
HSL 319.82º 0.96% 0.54% -
HSV(B) 319.82º 0.91% 0.98% -
XYZ 47.47 24.03 42.69 -
YUV 108.2 165.71 229.14 -
System Red Green Blue C M Y K H S L
Decimal 250 23 175 0 0.91 0.3 0.02 319.82 0.96 0.54
Hex FA 17 AF 0 5B 1E 2 140 60 36
Octal 372 27 257 0 133 36 2 500 140 66
Binary 11111010 10111 10101111 0 1011011 11110 10 101000000 1100000 110110

Color Harmonies of #FA17AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA17AF

Black with #FA17AF

Text Example


Text Example

White with #FA17AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA17AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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