Html Css Color HEX #F01FAC Spicy Pink

📋 copy color: '#F01FAC'

red 240 ◦ green 31 ◦ blue 172

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

Shades of Spicy Pink #F01FAC

Tints of Spicy Pink #F01FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7%

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 54.18%
G = 7%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F01FAC (or 0xF01FAC) is known color: Spicy Pink. HEX triplet: F0, 1F and AC. RGB value is (240,31,172). Sum of RGB (Red+Green+Blue) = 240+31+172=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F01FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01FAC is #0FE053. Grayscale: #6D6D6D. Windows color (decimal): -1040468 or 11280368. OLE color: 11280368.

HSL color Cylindrical-coordinate representation of color #F01FAC: hue angle of 319.52º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F01FAC is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 31 172 -
CMYK 0 0.87 0.28 0.06
HSL 319.52º 0.87% 0.53% -
HSV(B) 319.52º 0.87% 0.94% -
XYZ 43.87 22.48 41.06 -
YUV 109.57 163.24 221.04 -
System Red Green Blue C M Y K H S L
Decimal 240 31 172 0 0.87 0.28 0.06 319.52 0.87 0.53
Hex F0 1F AC 0 57 1C 6 140 57 35
Octal 360 37 254 0 127 34 6 500 127 65
Binary 11110000 11111 10101100 0 1010111 11100 110 101000000 1010111 110101

Color Harmonies of #F01FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01FAC

Black with #F01FAC

Text Example


Text Example

White with #F01FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01FAC; }

 p { color: rgb(240,31,172); }

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

background-color css

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

 a { background-color: rgb(240,31,172); }

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

border-color css

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

 span { border-color: rgb(240,31,172); }

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