Html Css Color HEX #F111C3 Shocking Pink

📋 copy color: '#F111C3'

red 241 ◦ green 17 ◦ blue 195

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

Shades of Shocking Pink #F111C3

Tints of Shocking Pink #F111C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.05%

R = 53.2%
G = 3.75%
B = 43.05%

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

#F111C3 (or 0xF111C3) is known color: Shocking Pink. HEX triplet: F1, 11 and C3. RGB value is (241,17,195). Sum of RGB (Red+Green+Blue) = 241+17+195=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 17 (7.03% from 255 or 3.75% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F111C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111C3 is #0EEE3C. Grayscale: #676767. Windows color (decimal): -978493 or 12784113. OLE color: 12784113.

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

Color convert

RGB 241 17 195 -
CMYK 0 0.93 0.19 0.05
HSL 312.32º 0.89% 0.51% -
HSV(B) 312.32º 0.93% 0.95% -
XYZ 46.33 23.04 53.64 -
YUV 104.27 179.21 225.53 -
System Red Green Blue C M Y K H S L
Decimal 241 17 195 0 0.93 0.19 0.05 312.32 0.89 0.51
Hex F1 11 C3 0 5D 13 5 138 59 33
Octal 361 21 303 0 135 23 5 470 131 63
Binary 11110001 10001 11000011 0 1011101 10011 101 100111000 1011001 110011

Color Harmonies of #F111C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F111C3

Black with #F111C3

Text Example


Text Example

White with #F111C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F111C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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