Html Css Color HEX #F11CC0 Shocking Pink

📋 copy color: '#F11CC0'

red 241 ◦ green 28 ◦ blue 192

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

Shades of Shocking Pink #F11CC0

Tints of Shocking Pink #F11CC0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.07%

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 52.28%
G = 6.07%
B = 41.65%

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

#F11CC0 (or 0xF11CC0) is known color: Shocking Pink. HEX triplet: F1, 1C and C0. RGB value is (241,28,192). Sum of RGB (Red+Green+Blue) = 241+28+192=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11CC0 is #0EE33F. Grayscale: #6D6D6D. Windows color (decimal): -975680 or 12590321. OLE color: 12590321.

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

Color convert

RGB 241 28 192 -
CMYK 0 0.88 0.20 0.05
HSL 313.8º 0.88% 0.53% -
HSV(B) 313.8º 0.88% 0.95% -
XYZ 46.21 23.34 51.94 -
YUV 110.38 174.07 221.16 -
System Red Green Blue C M Y K H S L
Decimal 241 28 192 0 0.88 0.20 0.05 313.8 0.88 0.53
Hex F1 1C C0 0 58 14 5 13A 58 35
Octal 361 34 300 0 130 24 5 472 130 65
Binary 11110001 11100 11000000 0 1011000 10100 101 100111010 1011000 110101

Color Harmonies of #F11CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11CC0

Black with #F11CC0

Text Example


Text Example

White with #F11CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11CC0; }

 p { color: rgb(241,28,192); }

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

background-color css

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

 a { background-color: rgb(241,28,192); }

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

border-color css

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

 span { border-color: rgb(241,28,192); }

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