Html Css Color HEX #F014AB Spicy Pink

📋 copy color: '#F014AB'

red 240 ◦ green 20 ◦ blue 171

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

Shades of Spicy Pink #F014AB

Tints of Spicy Pink #F014AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 55.68%
G = 4.64%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F014AB (or 0xF014AB) is known color: Spicy Pink. HEX triplet: F0, 14 and AB. RGB value is (240,20,171). Sum of RGB (Red+Green+Blue) = 240+20+171=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F014AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F014AB is #0FEB54. Grayscale: #666666. Windows color (decimal): -1043285 or 11212016. OLE color: 11212016.

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

Color convert

RGB 240 20 171 -
CMYK 0 0.92 0.29 0.06
HSL 318.82º 0.88% 0.51% -
HSV(B) 318.82º 0.92% 0.94% -
XYZ 43.54 21.97 40.47 -
YUV 102.99 166.39 225.72 -
System Red Green Blue C M Y K H S L
Decimal 240 20 171 0 0.92 0.29 0.06 318.82 0.88 0.51
Hex F0 14 AB 0 5C 1D 6 13F 58 33
Octal 360 24 253 0 134 35 6 477 130 63
Binary 11110000 10100 10101011 0 1011100 11101 110 100111111 1011000 110011

Color Harmonies of #F014AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014AB

Black with #F014AB

Text Example


Text Example

White with #F014AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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