Html Css Color HEX #F020AC Spicy Pink

📋 copy color: '#F020AC'

red 240 ◦ green 32 ◦ blue 172

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

Shades of Spicy Pink #F020AC

Tints of Spicy Pink #F020AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.21%

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

R = 54.05%
G = 7.21%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F020AC (or 0xF020AC) is known color: Spicy Pink. HEX triplet: F0, 20 and AC. RGB value is (240,32,172). Sum of RGB (Red+Green+Blue) = 240+32+172=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F020AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F020AC is #0FDF53. Grayscale: #6D6D6D. Windows color (decimal): -1040212 or 11280624. OLE color: 11280624.

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

Color convert

RGB 240 32 172 -
CMYK 0 0.87 0.28 0.06
HSL 319.62º 0.87% 0.53% -
HSV(B) 319.62º 0.87% 0.94% -
XYZ 43.9 22.54 41.07 -
YUV 110.15 162.91 220.62 -
System Red Green Blue C M Y K H S L
Decimal 240 32 172 0 0.87 0.28 0.06 319.62 0.87 0.53
Hex F0 20 AC 0 57 1C 6 140 57 35
Octal 360 40 254 0 127 34 6 500 127 65
Binary 11110000 100000 10101100 0 1010111 11100 110 101000000 1010111 110101

Color Harmonies of #F020AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020AC

Black with #F020AC

Text Example


Text Example

White with #F020AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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