Html Css Color HEX #F014AC Spicy Pink

📋 copy color: '#F014AC'

red 240 ◦ green 20 ◦ blue 172

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

Shades of Spicy Pink #F014AC

Tints of Spicy Pink #F014AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.63%

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

R = 55.56%
G = 4.63%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F014AC (or 0xF014AC) is known color: Spicy Pink. HEX triplet: F0, 14 and AC. RGB value is (240,20,172). Sum of RGB (Red+Green+Blue) = 240+20+172=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F014AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F014AC is #0FEB53. Grayscale: #666666. Windows color (decimal): -1043284 or 11277552. OLE color: 11277552.

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

Color convert

RGB 240 20 172 -
CMYK 0 0.92 0.28 0.06
HSL 318.55º 0.88% 0.51% -
HSV(B) 318.55º 0.92% 0.94% -
XYZ 43.63 22 40.98 -
YUV 103.11 166.89 225.64 -
System Red Green Blue C M Y K H S L
Decimal 240 20 172 0 0.92 0.28 0.06 318.55 0.88 0.51
Hex F0 14 AC 0 5C 1C 6 13F 58 33
Octal 360 24 254 0 134 34 6 477 130 63
Binary 11110000 10100 10101100 0 1011100 11100 110 100111111 1011000 110011

Color Harmonies of #F014AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014AC

Black with #F014AC

Text Example


Text Example

White with #F014AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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