Html Css Color HEX #F116AA Spicy Pink

📋 copy color: '#F116AA'

red 241 ◦ green 22 ◦ blue 170

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

Shades of Spicy Pink #F116AA

Tints of Spicy Pink #F116AA

RGB

 RED value IS 241 (94.53% from 255) = 55.66%

 GREEN value IS 22 (8.98% from 255) = 5.08%

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

R = 55.66%
G = 5.08%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F116AA (or 0xF116AA) is known color: Spicy Pink. HEX triplet: F1, 16 and AA. RGB value is (241,22,170). Sum of RGB (Red+Green+Blue) = 241+22+170=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F116AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F116AA is #0EE955. Grayscale: #676767. Windows color (decimal): -977238 or 11146993. OLE color: 11146993.

HSL color Cylindrical-coordinate representation of color #F116AA: hue angle of 319.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F116AA is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 22 170 -
CMYK 0 0.91 0.29 0.05
HSL 319.45º 0.89% 0.52% -
HSV(B) 319.45º 0.91% 0.95% -
XYZ 43.82 22.18 40 -
YUV 104.35 165.05 225.47 -
System Red Green Blue C M Y K H S L
Decimal 241 22 170 0 0.91 0.29 0.05 319.45 0.89 0.52
Hex F1 16 AA 0 5B 1D 5 13F 59 34
Octal 361 26 252 0 133 35 5 477 131 64
Binary 11110001 10110 10101010 0 1011011 11101 101 100111111 1011001 110100

Color Harmonies of #F116AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F116AA

Black with #F116AA

Text Example


Text Example

White with #F116AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F116AA; }

 p { color: rgb(241,22,170); }

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

background-color css

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

 a { background-color: rgb(241,22,170); }

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

border-color css

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

 span { border-color: rgb(241,22,170); }

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