Html Css Color HEX #F011AF Spicy Pink

📋 copy color: '#F011AF'

red 240 ◦ green 17 ◦ blue 175

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

Shades of Spicy Pink #F011AF

Tints of Spicy Pink #F011AF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.94%

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

R = 55.56%
G = 3.94%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F011AF (or 0xF011AF) is known color: Spicy Pink. HEX triplet: F0, 11 and AF. RGB value is (240,17,175). Sum of RGB (Red+Green+Blue) = 240+17+175=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F011AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F011AF is #0FEE50. Grayscale: #656565. Windows color (decimal): -1044049 or 11473392. OLE color: 11473392.

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

Color convert

RGB 240 17 175 -
CMYK 0 0.93 0.27 0.06
HSL 317.49º 0.88% 0.5% -
HSV(B) 317.49º 0.93% 0.94% -
XYZ 43.87 22.02 42.5 -
YUV 101.69 169.38 226.65 -
System Red Green Blue C M Y K H S L
Decimal 240 17 175 0 0.93 0.27 0.06 317.49 0.88 0.5
Hex F0 11 AF 0 5D 1B 6 13D 58 32
Octal 360 21 257 0 135 33 6 475 130 62
Binary 11110000 10001 10101111 0 1011101 11011 110 100111101 1011000 110010

Color Harmonies of #F011AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011AF

Black with #F011AF

Text Example


Text Example

White with #F011AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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