Html Css Color HEX #F019AC Spicy Pink

📋 copy color: '#F019AC'

red 240 ◦ green 25 ◦ blue 172

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

Shades of Spicy Pink #F019AC

Tints of Spicy Pink #F019AC

RGB

 RED value IS 240 (94.14% from 255) = 54.92%

 GREEN value IS 25 (10.16% from 255) = 5.72%

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

R = 54.92%
G = 5.72%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F019AC (or 0xF019AC) is known color: Spicy Pink. HEX triplet: F0, 19 and AC. RGB value is (240,25,172). Sum of RGB (Red+Green+Blue) = 240+25+172=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F019AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F019AC is #0FE653. Grayscale: #696969. Windows color (decimal): -1042004 or 11278832. OLE color: 11278832.

HSL color Cylindrical-coordinate representation of color #F019AC: hue angle of 318.98º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F019AC is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 25 172 -
CMYK 0 0.90 0.28 0.06
HSL 318.98º 0.88% 0.52% -
HSV(B) 318.98º 0.9% 0.94% -
XYZ 43.73 22.2 41.01 -
YUV 106.04 165.23 223.55 -
System Red Green Blue C M Y K H S L
Decimal 240 25 172 0 0.90 0.28 0.06 318.98 0.88 0.52
Hex F0 19 AC 0 5A 1C 6 13F 58 34
Octal 360 31 254 0 132 34 6 477 130 64
Binary 11110000 11001 10101100 0 1011010 11100 110 100111111 1011000 110100

Color Harmonies of #F019AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019AC

Black with #F019AC

Text Example


Text Example

White with #F019AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019AC; }

 p { color: rgb(240,25,172); }

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

background-color css

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

 a { background-color: rgb(240,25,172); }

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

border-color css

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

 span { border-color: rgb(240,25,172); }

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