Html Css Color HEX #F017A0 Spicy Pink

📋 copy color: '#F017A0'

red 240 ◦ green 23 ◦ blue 160

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

Shades of Spicy Pink #F017A0

Tints of Spicy Pink #F017A0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.44%

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

R = 56.74%
G = 5.44%
B = 37.83%

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

#F017A0 (or 0xF017A0) is known color: Spicy Pink. HEX triplet: F0, 17 and A0. RGB value is (240,23,160). Sum of RGB (Red+Green+Blue) = 240+23+160=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F017A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F017A0 is #0FE85F. Grayscale: #676767. Windows color (decimal): -1042528 or 10491888. OLE color: 10491888.

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

Color convert

RGB 240 23 160 -
CMYK 0 0.90 0.33 0.06
HSL 322.12º 0.88% 0.52% -
HSV(B) 322.12º 0.9% 0.94% -
XYZ 42.59 21.68 35.2 -
YUV 103.5 159.89 225.36 -
System Red Green Blue C M Y K H S L
Decimal 240 23 160 0 0.90 0.33 0.06 322.12 0.88 0.52
Hex F0 17 A0 0 5A 21 6 142 58 34
Octal 360 27 240 0 132 41 6 502 130 64
Binary 11110000 10111 10100000 0 1011010 100001 110 101000010 1011000 110100

Color Harmonies of #F017A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017A0

Black with #F017A0

Text Example


Text Example

White with #F017A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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