Html Css Color HEX #FC17AF Spicy Pink

📋 copy color: '#FC17AF'

red 252 ◦ green 23 ◦ blue 175

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

Shades of Spicy Pink #FC17AF

Tints of Spicy Pink #FC17AF

RGB

 RED value IS 252 (98.83% from 255) = 56%

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

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

R = 56%
G = 5.11%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC17AF (or 0xFC17AF) is known color: Spicy Pink. HEX triplet: FC, 17 and AF. RGB value is (252,23,175). Sum of RGB (Red+Green+Blue) = 252+23+175=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC17AF is #03E850. Grayscale: #6C6C6C. Windows color (decimal): -256081 or 11474940. OLE color: 11474940.

HSL color Cylindrical-coordinate representation of color #FC17AF: hue angle of 320.17º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC17AF is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 23 175 -
CMYK 0 0.91 0.31 0.01
HSL 320.17º 0.97% 0.54% -
HSV(B) 320.17º 0.91% 0.99% -
XYZ 48.19 24.4 42.73 -
YUV 108.8 165.37 230.14 -
System Red Green Blue C M Y K H S L
Decimal 252 23 175 0 0.91 0.31 0.01 320.17 0.97 0.54
Hex FC 17 AF 0 5B 1F 1 140 61 36
Octal 374 27 257 0 133 37 1 500 141 66
Binary 11111100 10111 10101111 0 1011011 11111 1 101000000 1100001 110110

Color Harmonies of #FC17AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC17AF

Black with #FC17AF

Text Example


Text Example

White with #FC17AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC17AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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