Html Css Color HEX #F116D7 Shocking Pink

📋 copy color: '#F116D7'

red 241 ◦ green 22 ◦ blue 215

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

Shades of Shocking Pink #F116D7

Tints of Shocking Pink #F116D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.98%

R = 50.42%
G = 4.6%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F116D7 (or 0xF116D7) is known color: Shocking Pink. HEX triplet: F1, 16 and D7. RGB value is (241,22,215). Sum of RGB (Red+Green+Blue) = 241+22+215=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 22 (8.98% from 255 or 4.60% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F116D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116D7 is #0EE928. Grayscale: #6C6C6C. Windows color (decimal): -977193 or 14096113. OLE color: 14096113.

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

Color convert

RGB 241 22 215 -
CMYK 0 0.91 0.11 0.05
HSL 307.12º 0.89% 0.52% -
HSV(B) 307.12º 0.91% 0.95% -
XYZ 48.83 24.18 66.38 -
YUV 109.48 187.55 221.81 -
System Red Green Blue C M Y K H S L
Decimal 241 22 215 0 0.91 0.11 0.05 307.12 0.89 0.52
Hex F1 16 D7 0 5B B 5 133 59 34
Octal 361 26 327 0 133 13 5 463 131 64
Binary 11110001 10110 11010111 0 1011011 1011 101 100110011 1011001 110100

Color Harmonies of #F116D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F116D7

Black with #F116D7

Text Example


Text Example

White with #F116D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F116D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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