Html Css Color HEX #F116A7 Spicy Pink

📋 copy color: '#F116A7'

red 241 ◦ green 22 ◦ blue 167

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

Shades of Spicy Pink #F116A7

Tints of Spicy Pink #F116A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.84%

R = 56.05%
G = 5.12%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F116A7 (or 0xF116A7) is known color: Spicy Pink. HEX triplet: F1, 16 and A7. RGB value is (241,22,167). Sum of RGB (Red+Green+Blue) = 241+22+167=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F116A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F116A7 is #0EE958. Grayscale: #676767. Windows color (decimal): -977241 or 10950385. OLE color: 10950385.

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

Color convert

RGB 241 22 167 -
CMYK 0 0.91 0.31 0.05
HSL 320.27º 0.89% 0.52% -
HSV(B) 320.27º 0.91% 0.95% -
XYZ 43.54 22.06 38.52 -
YUV 104.01 163.55 225.71 -
System Red Green Blue C M Y K H S L
Decimal 241 22 167 0 0.91 0.31 0.05 320.27 0.89 0.52
Hex F1 16 A7 0 5B 1F 5 140 59 34
Octal 361 26 247 0 133 37 5 500 131 64
Binary 11110001 10110 10100111 0 1011011 11111 101 101000000 1011001 110100

Color Harmonies of #F116A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F116A7

Black with #F116A7

Text Example


Text Example

White with #F116A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F116A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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