Html Css Color HEX #F116C7 Shocking Pink

📋 copy color: '#F116C7'

red 241 ◦ green 22 ◦ blue 199

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

Shades of Shocking Pink #F116C7

Tints of Shocking Pink #F116C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.07%

R = 52.16%
G = 4.76%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F116C7 (or 0xF116C7) is known color: Shocking Pink. HEX triplet: F1, 16 and C7. RGB value is (241,22,199). Sum of RGB (Red+Green+Blue) = 241+22+199=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F116C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116C7 is #0EE938. Grayscale: #6B6B6B. Windows color (decimal): -977209 or 13047537. OLE color: 13047537.

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

Color convert

RGB 241 22 199 -
CMYK 0 0.91 0.17 0.05
HSL 311.51º 0.89% 0.52% -
HSV(B) 311.51º 0.91% 0.95% -
XYZ 46.87 23.4 56.08 -
YUV 107.66 179.55 223.11 -
System Red Green Blue C M Y K H S L
Decimal 241 22 199 0 0.91 0.17 0.05 311.51 0.89 0.52
Hex F1 16 C7 0 5B 11 5 138 59 34
Octal 361 26 307 0 133 21 5 470 131 64
Binary 11110001 10110 11000111 0 1011011 10001 101 100111000 1011001 110100

Color Harmonies of #F116C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F116C7

Black with #F116C7

Text Example


Text Example

White with #F116C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F116C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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