Html Css Color HEX #F11EC1 Shocking Pink

📋 copy color: '#F11EC1'

red 241 ◦ green 30 ◦ blue 193

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

Shades of Shocking Pink #F11EC1

Tints of Shocking Pink #F11EC1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.47%

 BLUE value IS 193 (75.78% from 255) = 41.59%

R = 51.94%
G = 6.47%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F11EC1 (or 0xF11EC1) is known color: Shocking Pink. HEX triplet: F1, 1E and C1. RGB value is (241,30,193). Sum of RGB (Red+Green+Blue) = 241+30+193=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F11EC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11EC1 is #0EE13E. Grayscale: #6F6F6F. Windows color (decimal): -975167 or 12656369. OLE color: 12656369.

HSL color Cylindrical-coordinate representation of color #F11EC1: hue angle of 313.65º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11EC1 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 30 193 -
CMYK 0 0.88 0.20 0.05
HSL 313.65º 0.88% 0.53% -
HSV(B) 313.65º 0.88% 0.95% -
XYZ 46.37 23.48 52.54 -
YUV 111.67 173.9 220.25 -
System Red Green Blue C M Y K H S L
Decimal 241 30 193 0 0.88 0.20 0.05 313.65 0.88 0.53
Hex F1 1E C1 0 58 14 5 13A 58 35
Octal 361 36 301 0 130 24 5 472 130 65
Binary 11110001 11110 11000001 0 1011000 10100 101 100111010 1011000 110101

Color Harmonies of #F11EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11EC1

Black with #F11EC1

Text Example


Text Example

White with #F11EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11EC1; }

 p { color: rgb(241,30,193); }

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

background-color css

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

 a { background-color: rgb(241,30,193); }

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

border-color css

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

 span { border-color: rgb(241,30,193); }

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