Html Css Color HEX #F11EC6 Shocking Pink

📋 copy color: '#F11EC6'

red 241 ◦ green 30 ◦ blue 198

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

Shades of Shocking Pink #F11EC6

Tints of Shocking Pink #F11EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.22%

R = 51.39%
G = 6.4%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F11EC6 (or 0xF11EC6) is known color: Shocking Pink. HEX triplet: F1, 1E and C6. RGB value is (241,30,198). Sum of RGB (Red+Green+Blue) = 241+30+198=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F11EC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11EC6 is #0EE139. Grayscale: #6F6F6F. Windows color (decimal): -975162 or 12984049. OLE color: 12984049.

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

Color convert

RGB 241 30 198 -
CMYK 0 0.88 0.18 0.05
HSL 312.23º 0.88% 0.53% -
HSV(B) 312.23º 0.88% 0.95% -
XYZ 46.93 23.71 55.53 -
YUV 112.24 176.4 219.84 -
System Red Green Blue C M Y K H S L
Decimal 241 30 198 0 0.88 0.18 0.05 312.23 0.88 0.53
Hex F1 1E C6 0 58 12 5 138 58 35
Octal 361 36 306 0 130 22 5 470 130 65
Binary 11110001 11110 11000110 0 1011000 10010 101 100111000 1011000 110101

Color Harmonies of #F11EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11EC6

Black with #F11EC6

Text Example


Text Example

White with #F11EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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