Html Css Color HEX #F016AD Spicy Pink

📋 copy color: '#F016AD'

red 240 ◦ green 22 ◦ blue 173

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

Shades of Spicy Pink #F016AD

Tints of Spicy Pink #F016AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.06%

 BLUE value IS 173 (67.97% from 255) = 39.77%

R = 55.17%
G = 5.06%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F016AD (or 0xF016AD) is known color: Spicy Pink. HEX triplet: F0, 16 and AD. RGB value is (240,22,173). Sum of RGB (Red+Green+Blue) = 240+22+173=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F016AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F016AD is #0FE952. Grayscale: #686868. Windows color (decimal): -1042771 or 11343600. OLE color: 11343600.

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

Color convert

RGB 240 22 173 -
CMYK 0 0.91 0.28 0.06
HSL 318.44º 0.88% 0.51% -
HSV(B) 318.44º 0.91% 0.94% -
XYZ 43.76 22.12 41.5 -
YUV 104.4 166.72 224.72 -
System Red Green Blue C M Y K H S L
Decimal 240 22 173 0 0.91 0.28 0.06 318.44 0.88 0.51
Hex F0 16 AD 0 5B 1C 6 13E 58 33
Octal 360 26 255 0 133 34 6 476 130 63
Binary 11110000 10110 10101101 0 1011011 11100 110 100111110 1011000 110011

Color Harmonies of #F016AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F016AD

Black with #F016AD

Text Example


Text Example

White with #F016AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F016AD; }

 p { color: rgb(240,22,173); }

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

background-color css

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

 a { background-color: rgb(240,22,173); }

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

border-color css

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

 span { border-color: rgb(240,22,173); }

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