Html Css Color HEX #F011AA Spicy Pink

📋 copy color: '#F011AA'

red 240 ◦ green 17 ◦ blue 170

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

Shades of Spicy Pink #F011AA

Tints of Spicy Pink #F011AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 56.21%
G = 3.98%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F011AA (or 0xF011AA) is known color: Spicy Pink. HEX triplet: F0, 11 and AA. RGB value is (240,17,170). Sum of RGB (Red+Green+Blue) = 240+17+170=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F011AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F011AA is #0FEE55. Grayscale: #646464. Windows color (decimal): -1044054 or 11145712. OLE color: 11145712.

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

Color convert

RGB 240 17 170 -
CMYK 0 0.93 0.29 0.06
HSL 318.83º 0.88% 0.5% -
HSV(B) 318.83º 0.93% 0.94% -
XYZ 43.39 21.83 39.96 -
YUV 101.12 166.88 227.06 -
System Red Green Blue C M Y K H S L
Decimal 240 17 170 0 0.93 0.29 0.06 318.83 0.88 0.5
Hex F0 11 AA 0 5D 1D 6 13F 58 32
Octal 360 21 252 0 135 35 6 477 130 62
Binary 11110000 10001 10101010 0 1011101 11101 110 100111111 1011000 110010

Color Harmonies of #F011AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011AA

Black with #F011AA

Text Example


Text Example

White with #F011AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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