Html Css Color HEX #F111C4 Shocking Pink

📋 copy color: '#F111C4'

red 241 ◦ green 17 ◦ blue 196

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

Shades of Shocking Pink #F111C4

Tints of Shocking Pink #F111C4

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.74%

 BLUE value IS 196 (76.95% from 255) = 43.17%

R = 53.08%
G = 3.74%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F111C4 (or 0xF111C4) is known color: Shocking Pink. HEX triplet: F1, 11 and C4. RGB value is (241,17,196). Sum of RGB (Red+Green+Blue) = 241+17+196=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 17 (7.03% from 255 or 3.74% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F111C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111C4 is #0EEE3B. Grayscale: #676767. Windows color (decimal): -978492 or 12849649. OLE color: 12849649.

HSL color Cylindrical-coordinate representation of color #F111C4: hue angle of 312.05º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F111C4 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 17 196 -
CMYK 0 0.93 0.19 0.05
HSL 312.05º 0.89% 0.51% -
HSV(B) 312.05º 0.93% 0.95% -
XYZ 46.44 23.09 54.23 -
YUV 104.38 179.71 225.45 -
System Red Green Blue C M Y K H S L
Decimal 241 17 196 0 0.93 0.19 0.05 312.05 0.89 0.51
Hex F1 11 C4 0 5D 13 5 138 59 33
Octal 361 21 304 0 135 23 5 470 131 63
Binary 11110001 10001 11000100 0 1011101 10011 101 100111000 1011001 110011

Color Harmonies of #F111C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F111C4

Black with #F111C4

Text Example


Text Example

White with #F111C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F111C4; }

 p { color: rgb(241,17,196); }

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

background-color css

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

 a { background-color: rgb(241,17,196); }

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

border-color css

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

 span { border-color: rgb(241,17,196); }

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