Html Css Color HEX #F112C4 Shocking Pink

📋 copy color: '#F112C4'

red 241 ◦ green 18 ◦ blue 196

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

Shades of Shocking Pink #F112C4

Tints of Shocking Pink #F112C4

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.96%

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

R = 52.97%
G = 3.96%
B = 43.08%

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

#F112C4 (or 0xF112C4) is known color: Shocking Pink. HEX triplet: F1, 12 and C4. RGB value is (241,18,196). Sum of RGB (Red+Green+Blue) = 241+18+196=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F112C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112C4 is #0EED3B. Grayscale: #686868. Windows color (decimal): -978236 or 12849905. OLE color: 12849905.

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

Color convert

RGB 241 18 196 -
CMYK 0 0.93 0.19 0.05
HSL 312.11º 0.89% 0.51% -
HSV(B) 312.11º 0.93% 0.95% -
XYZ 46.46 23.12 54.24 -
YUV 104.97 179.38 225.03 -
System Red Green Blue C M Y K H S L
Decimal 241 18 196 0 0.93 0.19 0.05 312.11 0.89 0.51
Hex F1 12 C4 0 5D 13 5 138 59 33
Octal 361 22 304 0 135 23 5 470 131 63
Binary 11110001 10010 11000100 0 1011101 10011 101 100111000 1011001 110011

Color Harmonies of #F112C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F112C4

Black with #F112C4

Text Example


Text Example

White with #F112C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F112C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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