Html Css Color HEX #F116A8 Spicy Pink

📋 copy color: '#F116A8'

red 241 ◦ green 22 ◦ blue 168

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

Shades of Spicy Pink #F116A8

Tints of Spicy Pink #F116A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 55.92%
G = 5.1%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F116A8 (or 0xF116A8) is known color: Spicy Pink. HEX triplet: F1, 16 and A8. RGB value is (241,22,168). Sum of RGB (Red+Green+Blue) = 241+22+168=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F116A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F116A8 is #0EE957. Grayscale: #676767. Windows color (decimal): -977240 or 11015921. OLE color: 11015921.

HSL color Cylindrical-coordinate representation of color #F116A8: hue angle of 320º 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 #F116A8 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 22 168 -
CMYK 0 0.91 0.30 0.05
HSL 320º 0.89% 0.52% -
HSV(B) 320º 0.91% 0.95% -
XYZ 43.63 22.1 39.01 -
YUV 104.13 164.05 225.63 -
System Red Green Blue C M Y K H S L
Decimal 241 22 168 0 0.91 0.30 0.05 320 0.89 0.52
Hex F1 16 A8 0 5B 1E 5 140 59 34
Octal 361 26 250 0 133 36 5 500 131 64
Binary 11110001 10110 10101000 0 1011011 11110 101 101000000 1011001 110100

Color Harmonies of #F116A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F116A8

Black with #F116A8

Text Example


Text Example

White with #F116A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F116A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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