Html Css Color HEX #F014A8 Spicy Pink

📋 copy color: '#F014A8'

red 240 ◦ green 20 ◦ blue 168

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

Shades of Spicy Pink #F014A8

Tints of Spicy Pink #F014A8

RGB

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

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

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

R = 56.07%
G = 4.67%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F014A8 (or 0xF014A8) is known color: Spicy Pink. HEX triplet: F0, 14 and A8. RGB value is (240,20,168). Sum of RGB (Red+Green+Blue) = 240+20+168=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F014A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F014A8 is #0FEB57. Grayscale: #666666. Windows color (decimal): -1043288 or 11015408. OLE color: 11015408.

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

Color convert

RGB 240 20 168 -
CMYK 0 0.92 0.3 0.06
HSL 319.64º 0.88% 0.51% -
HSV(B) 319.64º 0.92% 0.94% -
XYZ 43.25 21.85 38.98 -
YUV 102.65 164.89 225.97 -
System Red Green Blue C M Y K H S L
Decimal 240 20 168 0 0.92 0.3 0.06 319.64 0.88 0.51
Hex F0 14 A8 0 5C 1E 6 140 58 33
Octal 360 24 250 0 134 36 6 500 130 63
Binary 11110000 10100 10101000 0 1011100 11110 110 101000000 1011000 110011

Color Harmonies of #F014A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014A8

Black with #F014A8

Text Example


Text Example

White with #F014A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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