Html Css Color HEX #F116B7 Shocking Pink

📋 copy color: '#F116B7'

red 241 ◦ green 22 ◦ blue 183

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

Shades of Shocking Pink #F116B7

Tints of Shocking Pink #F116B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.03%

R = 54.04%
G = 4.93%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F116B7 (or 0xF116B7) is known color: Shocking Pink. HEX triplet: F1, 16 and B7. RGB value is (241,22,183). Sum of RGB (Red+Green+Blue) = 241+22+183=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F116B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116B7 is #0EE948. Grayscale: #696969. Windows color (decimal): -977225 or 11998961. OLE color: 11998961.

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

Color convert

RGB 241 22 183 -
CMYK 0 0.91 0.24 0.05
HSL 315.89º 0.89% 0.52% -
HSV(B) 315.89º 0.91% 0.95% -
XYZ 45.11 22.69 46.8 -
YUV 105.84 171.55 224.41 -
System Red Green Blue C M Y K H S L
Decimal 241 22 183 0 0.91 0.24 0.05 315.89 0.89 0.52
Hex F1 16 B7 0 5B 18 5 13C 59 34
Octal 361 26 267 0 133 30 5 474 131 64
Binary 11110001 10110 10110111 0 1011011 11000 101 100111100 1011001 110100

Color Harmonies of #F116B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F116B7

Black with #F116B7

Text Example


Text Example

White with #F116B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F116B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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