Html Css Color HEX #F116C9 Shocking Pink

📋 copy color: '#F116C9'

red 241 ◦ green 22 ◦ blue 201

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

Shades of Shocking Pink #F116C9

Tints of Shocking Pink #F116C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.32%

R = 51.94%
G = 4.74%
B = 43.32%

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

#F116C9 (or 0xF116C9) is known color: Shocking Pink. HEX triplet: F1, 16 and C9. RGB value is (241,22,201). Sum of RGB (Red+Green+Blue) = 241+22+201=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F116C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116C9 is #0EE936. Grayscale: #6B6B6B. Windows color (decimal): -977207 or 13178609. OLE color: 13178609.

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

Color convert

RGB 241 22 201 -
CMYK 0 0.91 0.17 0.05
HSL 310.96º 0.89% 0.52% -
HSV(B) 310.96º 0.91% 0.95% -
XYZ 47.11 23.49 57.31 -
YUV 107.89 180.55 222.95 -
System Red Green Blue C M Y K H S L
Decimal 241 22 201 0 0.91 0.17 0.05 310.96 0.89 0.52
Hex F1 16 C9 0 5B 11 5 137 59 34
Octal 361 26 311 0 133 21 5 467 131 64
Binary 11110001 10110 11001001 0 1011011 10001 101 100110111 1011001 110100

Color Harmonies of #F116C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F116C9

Black with #F116C9

Text Example


Text Example

White with #F116C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F116C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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