Html Css Color HEX #F11ECC Shocking Pink

📋 copy color: '#F11ECC'

red 241 ◦ green 30 ◦ blue 204

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

Shades of Shocking Pink #F11ECC

Tints of Shocking Pink #F11ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 50.74%
G = 6.32%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F11ECC (or 0xF11ECC) is known color: Shocking Pink. HEX triplet: F1, 1E and CC. RGB value is (241,30,204). Sum of RGB (Red+Green+Blue) = 241+30+204=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ECC is #0EE133. Grayscale: #707070. Windows color (decimal): -975156 or 13377265. OLE color: 13377265.

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

Color convert

RGB 241 30 204 -
CMYK 0 0.88 0.15 0.05
HSL 310.52º 0.88% 0.53% -
HSV(B) 310.52º 0.88% 0.95% -
XYZ 47.64 23.99 59.25 -
YUV 112.93 179.4 219.35 -
System Red Green Blue C M Y K H S L
Decimal 241 30 204 0 0.88 0.15 0.05 310.52 0.88 0.53
Hex F1 1E CC 0 58 F 5 137 58 35
Octal 361 36 314 0 130 17 5 467 130 65
Binary 11110001 11110 11001100 0 1011000 1111 101 100110111 1011000 110101

Color Harmonies of #F11ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11ECC

Black with #F11ECC

Text Example


Text Example

White with #F11ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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