Html Css Color HEX #F112BD Shocking Pink

📋 copy color: '#F112BD'

red 241 ◦ green 18 ◦ blue 189

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

Shades of Shocking Pink #F112BD

Tints of Shocking Pink #F112BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 53.79%
G = 4.02%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F112BD (or 0xF112BD) is known color: Shocking Pink. HEX triplet: F1, 12 and BD. RGB value is (241,18,189). Sum of RGB (Red+Green+Blue) = 241+18+189=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F112BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112BD is #0EED42. Grayscale: #676767. Windows color (decimal): -978243 or 12391153. OLE color: 12391153.

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

Color convert

RGB 241 18 189 -
CMYK 0 0.93 0.22 0.05
HSL 313.99º 0.89% 0.51% -
HSV(B) 313.99º 0.93% 0.95% -
XYZ 45.68 22.81 50.14 -
YUV 104.17 175.88 225.6 -
System Red Green Blue C M Y K H S L
Decimal 241 18 189 0 0.93 0.22 0.05 313.99 0.89 0.51
Hex F1 12 BD 0 5D 16 5 13A 59 33
Octal 361 22 275 0 135 26 5 472 131 63
Binary 11110001 10010 10111101 0 1011101 10110 101 100111010 1011001 110011

Color Harmonies of #F112BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F112BD

Black with #F112BD

Text Example


Text Example

White with #F112BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F112BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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