Html Css Color HEX #F01AAF Spicy Pink

📋 copy color: '#F01AAF'

red 240 ◦ green 26 ◦ blue 175

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

Shades of Spicy Pink #F01AAF

Tints of Spicy Pink #F01AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.68%

R = 54.42%
G = 5.9%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F01AAF (or 0xF01AAF) is known color: Spicy Pink. HEX triplet: F0, 1A and AF. RGB value is (240,26,175). Sum of RGB (Red+Green+Blue) = 240+26+175=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F01AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01AAF is #0FE550. Grayscale: #6A6A6A. Windows color (decimal): -1041745 or 11475696. OLE color: 11475696.

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

Color convert

RGB 240 26 175 -
CMYK 0 0.89 0.27 0.06
HSL 318.22º 0.88% 0.52% -
HSV(B) 318.22º 0.89% 0.94% -
XYZ 44.04 22.36 42.55 -
YUV 106.97 166.4 222.88 -
System Red Green Blue C M Y K H S L
Decimal 240 26 175 0 0.89 0.27 0.06 318.22 0.88 0.52
Hex F0 1A AF 0 59 1B 6 13E 58 34
Octal 360 32 257 0 131 33 6 476 130 64
Binary 11110000 11010 10101111 0 1011001 11011 110 100111110 1011000 110100

Color Harmonies of #F01AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01AAF

Black with #F01AAF

Text Example


Text Example

White with #F01AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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