Html Css Color HEX #F11CCC Shocking Pink

📋 copy color: '#F11CCC'

red 241 ◦ green 28 ◦ blue 204

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

Shades of Shocking Pink #F11CCC

Tints of Shocking Pink #F11CCC

RGB

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

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

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

R = 50.95%
G = 5.92%
B = 43.13%

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

#F11CCC (or 0xF11CCC) is known color: Shocking Pink. HEX triplet: F1, 1C and CC. RGB value is (241,28,204). Sum of RGB (Red+Green+Blue) = 241+28+204=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11CCC is #0EE333. Grayscale: #6F6F6F. Windows color (decimal): -975668 or 13376753. OLE color: 13376753.

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

Color convert

RGB 241 28 204 -
CMYK 0 0.88 0.15 0.05
HSL 310.42º 0.88% 0.53% -
HSV(B) 310.42º 0.88% 0.95% -
XYZ 47.59 23.89 59.23 -
YUV 111.75 180.07 220.19 -
System Red Green Blue C M Y K H S L
Decimal 241 28 204 0 0.88 0.15 0.05 310.42 0.88 0.53
Hex F1 1C CC 0 58 F 5 136 58 35
Octal 361 34 314 0 130 17 5 466 130 65
Binary 11110001 11100 11001100 0 1011000 1111 101 100110110 1011000 110101

Color Harmonies of #F11CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11CCC

Black with #F11CCC

Text Example


Text Example

White with #F11CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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