Html Css Color HEX #F016A8 Spicy Pink

📋 copy color: '#F016A8'

red 240 ◦ green 22 ◦ blue 168

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

Shades of Spicy Pink #F016A8

Tints of Spicy Pink #F016A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.07%

R = 55.81%
G = 5.12%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F016A8 (or 0xF016A8) is known color: Spicy Pink. HEX triplet: F0, 16 and A8. RGB value is (240,22,168). Sum of RGB (Red+Green+Blue) = 240+22+168=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F016A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F016A8 is #0FE957. Grayscale: #676767. Windows color (decimal): -1042776 or 11015920. OLE color: 11015920.

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

Color convert

RGB 240 22 168 -
CMYK 0 0.91 0.3 0.06
HSL 319.82º 0.88% 0.51% -
HSV(B) 319.82º 0.91% 0.94% -
XYZ 43.29 21.93 39 -
YUV 103.83 164.22 225.13 -
System Red Green Blue C M Y K H S L
Decimal 240 22 168 0 0.91 0.3 0.06 319.82 0.88 0.51
Hex F0 16 A8 0 5B 1E 6 140 58 33
Octal 360 26 250 0 133 36 6 500 130 63
Binary 11110000 10110 10101000 0 1011011 11110 110 101000000 1011000 110011

Color Harmonies of #F016A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F016A8

Black with #F016A8

Text Example


Text Example

White with #F016A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F016A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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