Html Css Color HEX #F019A0 Spicy Pink

📋 copy color: '#F019A0'

red 240 ◦ green 25 ◦ blue 160

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

Shades of Spicy Pink #F019A0

Tints of Spicy Pink #F019A0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.88%

 BLUE value IS 160 (62.89% from 255) = 37.65%

R = 56.47%
G = 5.88%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F019A0 (or 0xF019A0) is known color: Spicy Pink. HEX triplet: F0, 19 and A0. RGB value is (240,25,160). Sum of RGB (Red+Green+Blue) = 240+25+160=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F019A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F019A0 is #0FE65F. Grayscale: #686868. Windows color (decimal): -1042016 or 10492400. OLE color: 10492400.

HSL color Cylindrical-coordinate representation of color #F019A0: hue angle of 322.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F019A0 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 25 160 -
CMYK 0 0.90 0.33 0.06
HSL 322.33º 0.88% 0.52% -
HSV(B) 322.33º 0.9% 0.94% -
XYZ 42.63 21.76 35.21 -
YUV 104.68 159.23 224.52 -
System Red Green Blue C M Y K H S L
Decimal 240 25 160 0 0.90 0.33 0.06 322.33 0.88 0.52
Hex F0 19 A0 0 5A 21 6 142 58 34
Octal 360 31 240 0 132 41 6 502 130 64
Binary 11110000 11001 10100000 0 1011010 100001 110 101000010 1011000 110100

Color Harmonies of #F019A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019A0

Black with #F019A0

Text Example


Text Example

White with #F019A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019A0; }

 p { color: rgb(240,25,160); }

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

background-color css

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

 a { background-color: rgb(240,25,160); }

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

border-color css

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

 span { border-color: rgb(240,25,160); }

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