Html Css Color HEX #F013AC Spicy Pink

📋 copy color: '#F013AC'

red 240 ◦ green 19 ◦ blue 172

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

Shades of Spicy Pink #F013AC

Tints of Spicy Pink #F013AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.41%

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

R = 55.68%
G = 4.41%
B = 39.91%

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

#F013AC (or 0xF013AC) is known color: Spicy Pink. HEX triplet: F0, 13 and AC. RGB value is (240,19,172). Sum of RGB (Red+Green+Blue) = 240+19+172=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F013AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F013AC is #0FEC53. Grayscale: #666666. Windows color (decimal): -1043540 or 11277296. OLE color: 11277296.

HSL color Cylindrical-coordinate representation of color #F013AC: hue angle of 318.46º 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 #F013AC is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 172 -
CMYK 0 0.92 0.28 0.06
HSL 318.46º 0.88% 0.51% -
HSV(B) 318.46º 0.92% 0.94% -
XYZ 43.61 21.97 40.97 -
YUV 102.52 167.22 226.06 -
System Red Green Blue C M Y K H S L
Decimal 240 19 172 0 0.92 0.28 0.06 318.46 0.88 0.51
Hex F0 13 AC 0 5C 1C 6 13E 58 33
Octal 360 23 254 0 134 34 6 476 130 63
Binary 11110000 10011 10101100 0 1011100 11100 110 100111110 1011000 110011

Color Harmonies of #F013AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013AC

Black with #F013AC

Text Example


Text Example

White with #F013AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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