Html Css Color HEX #F017A2 Spicy Pink

📋 copy color: '#F017A2'

red 240 ◦ green 23 ◦ blue 162

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

Shades of Spicy Pink #F017A2

Tints of Spicy Pink #F017A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.12%

R = 56.47%
G = 5.41%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F017A2 (or 0xF017A2) is known color: Spicy Pink. HEX triplet: F0, 17 and A2. RGB value is (240,23,162). Sum of RGB (Red+Green+Blue) = 240+23+162=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F017A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F017A2 is #0FE85D. Grayscale: #676767. Windows color (decimal): -1042526 or 10622960. OLE color: 10622960.

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

Color convert

RGB 240 23 162 -
CMYK 0 0.90 0.32 0.06
HSL 321.57º 0.88% 0.52% -
HSV(B) 321.57º 0.9% 0.94% -
XYZ 42.76 21.75 36.13 -
YUV 103.73 160.89 225.2 -
System Red Green Blue C M Y K H S L
Decimal 240 23 162 0 0.90 0.32 0.06 321.57 0.88 0.52
Hex F0 17 A2 0 5A 20 6 142 58 34
Octal 360 27 242 0 132 40 6 502 130 64
Binary 11110000 10111 10100010 0 1011010 100000 110 101000010 1011000 110100

Color Harmonies of #F017A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017A2

Black with #F017A2

Text Example


Text Example

White with #F017A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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