Html Css Color HEX #F112CE Shocking Pink

📋 copy color: '#F112CE'

red 241 ◦ green 18 ◦ blue 206

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

Shades of Shocking Pink #F112CE

Tints of Shocking Pink #F112CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 51.83%
G = 3.87%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F112CE (or 0xF112CE) is known color: Shocking Pink. HEX triplet: F1, 12 and CE. RGB value is (241,18,206). Sum of RGB (Red+Green+Blue) = 241+18+206=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F112CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112CE is #0EED31. Grayscale: #696969. Windows color (decimal): -978226 or 13505265. OLE color: 13505265.

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

Color convert

RGB 241 18 206 -
CMYK 0 0.93 0.15 0.05
HSL 309.42º 0.89% 0.51% -
HSV(B) 309.42º 0.93% 0.95% -
XYZ 47.63 23.59 60.44 -
YUV 106.11 184.38 224.21 -
System Red Green Blue C M Y K H S L
Decimal 241 18 206 0 0.93 0.15 0.05 309.42 0.89 0.51
Hex F1 12 CE 0 5D F 5 135 59 33
Octal 361 22 316 0 135 17 5 465 131 63
Binary 11110001 10010 11001110 0 1011101 1111 101 100110101 1011001 110011

Color Harmonies of #F112CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F112CE

Black with #F112CE

Text Example


Text Example

White with #F112CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F112CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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