Html Css Color HEX #F116C5 Shocking Pink

📋 copy color: '#F116C5'

red 241 ◦ green 22 ◦ blue 197

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

Shades of Shocking Pink #F116C5

Tints of Shocking Pink #F116C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.83%

R = 52.39%
G = 4.78%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F116C5 (or 0xF116C5) is known color: Shocking Pink. HEX triplet: F1, 16 and C5. RGB value is (241,22,197). Sum of RGB (Red+Green+Blue) = 241+22+197=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F116C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116C5 is #0EE93A. Grayscale: #6A6A6A. Windows color (decimal): -977211 or 12916465. OLE color: 12916465.

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

Color convert

RGB 241 22 197 -
CMYK 0 0.91 0.18 0.05
HSL 312.05º 0.89% 0.52% -
HSV(B) 312.05º 0.91% 0.95% -
XYZ 46.64 23.31 54.86 -
YUV 107.43 178.55 223.27 -
System Red Green Blue C M Y K H S L
Decimal 241 22 197 0 0.91 0.18 0.05 312.05 0.89 0.52
Hex F1 16 C5 0 5B 12 5 138 59 34
Octal 361 26 305 0 133 22 5 470 131 64
Binary 11110001 10110 11000101 0 1011011 10010 101 100111000 1011001 110100

Color Harmonies of #F116C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F116C5

Black with #F116C5

Text Example


Text Example

White with #F116C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F116C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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