Html Css Color HEX #F01AAC Spicy Pink

📋 copy color: '#F01AAC'

red 240 ◦ green 26 ◦ blue 172

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

Shades of Spicy Pink #F01AAC

Tints of Spicy Pink #F01AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.94%

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

R = 54.79%
G = 5.94%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F01AAC (or 0xF01AAC) is known color: Spicy Pink. HEX triplet: F0, 1A and AC. RGB value is (240,26,172). Sum of RGB (Red+Green+Blue) = 240+26+172=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F01AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01AAC is #0FE553. Grayscale: #6A6A6A. Windows color (decimal): -1041748 or 11279088. OLE color: 11279088.

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

Color convert

RGB 240 26 172 -
CMYK 0 0.89 0.28 0.06
HSL 319.07º 0.88% 0.52% -
HSV(B) 319.07º 0.89% 0.94% -
XYZ 43.75 22.24 41.02 -
YUV 106.63 164.9 223.13 -
System Red Green Blue C M Y K H S L
Decimal 240 26 172 0 0.89 0.28 0.06 319.07 0.88 0.52
Hex F0 1A AC 0 59 1C 6 13F 58 34
Octal 360 32 254 0 131 34 6 477 130 64
Binary 11110000 11010 10101100 0 1011001 11100 110 100111111 1011000 110100

Color Harmonies of #F01AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01AAC

Black with #F01AAC

Text Example


Text Example

White with #F01AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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