Html Css Color HEX #F112BE Shocking Pink

📋 copy color: '#F112BE'

red 241 ◦ green 18 ◦ blue 190

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

Shades of Shocking Pink #F112BE

Tints of Shocking Pink #F112BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 53.67%
G = 4.01%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F112BE (or 0xF112BE) is known color: Shocking Pink. HEX triplet: F1, 12 and BE. RGB value is (241,18,190). Sum of RGB (Red+Green+Blue) = 241+18+190=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F112BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112BE is #0EED41. Grayscale: #676767. Windows color (decimal): -978242 or 12456689. OLE color: 12456689.

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

Color convert

RGB 241 18 190 -
CMYK 0 0.93 0.21 0.05
HSL 313.72º 0.89% 0.51% -
HSV(B) 313.72º 0.93% 0.95% -
XYZ 45.79 22.85 50.71 -
YUV 104.29 176.38 225.51 -
System Red Green Blue C M Y K H S L
Decimal 241 18 190 0 0.93 0.21 0.05 313.72 0.89 0.51
Hex F1 12 BE 0 5D 15 5 13A 59 33
Octal 361 22 276 0 135 25 5 472 131 63
Binary 11110001 10010 10111110 0 1011101 10101 101 100111010 1011001 110011

Color Harmonies of #F112BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F112BE

Black with #F112BE

Text Example


Text Example

White with #F112BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F112BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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