Html Css Color HEX #F71DAC Spicy Pink

📋 copy color: '#F71DAC'

red 247 ◦ green 29 ◦ blue 172

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

Shades of Spicy Pink #F71DAC

Tints of Spicy Pink #F71DAC

RGB

 RED value IS 247 (96.88% from 255) = 55.13%

 GREEN value IS 29 (11.72% from 255) = 6.47%

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 55.13%
G = 6.47%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F71DAC (or 0xF71DAC) is known color: Spicy Pink. HEX triplet: F7, 1D and AC. RGB value is (247,29,172). Sum of RGB (Red+Green+Blue) = 247+29+172=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71DAC is #08E253. Grayscale: #6E6E6E. Windows color (decimal): -582228 or 11279863. OLE color: 11279863.

HSL color Cylindrical-coordinate representation of color #F71DAC: hue angle of 320.64º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71DAC is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 29 172 -
CMYK 0 0.88 0.30 0.03
HSL 320.64º 0.93% 0.54% -
HSV(B) 320.64º 0.88% 0.97% -
XYZ 46.24 23.63 41.15 -
YUV 110.48 162.72 225.37 -
System Red Green Blue C M Y K H S L
Decimal 247 29 172 0 0.88 0.30 0.03 320.64 0.93 0.54
Hex F7 1D AC 0 58 1E 3 141 5D 36
Octal 367 35 254 0 130 36 3 501 135 66
Binary 11110111 11101 10101100 0 1011000 11110 11 101000001 1011101 110110

Color Harmonies of #F71DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71DAC

Black with #F71DAC

Text Example


Text Example

White with #F71DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71DAC; }

 p { color: rgb(247,29,172); }

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

background-color css

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

 a { background-color: rgb(247,29,172); }

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

border-color css

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

 span { border-color: rgb(247,29,172); }

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