Html Css Color HEX #F113BD Shocking Pink

📋 copy color: '#F113BD'

red 241 ◦ green 19 ◦ blue 189

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

Shades of Shocking Pink #F113BD

Tints of Shocking Pink #F113BD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.23%

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

R = 53.67%
G = 4.23%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F113BD (or 0xF113BD) is known color: Shocking Pink. HEX triplet: F1, 13 and BD. RGB value is (241,19,189). Sum of RGB (Red+Green+Blue) = 241+19+189=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F113BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113BD is #0EEC42. Grayscale: #686868. Windows color (decimal): -977987 or 12391409. OLE color: 12391409.

HSL color Cylindrical-coordinate representation of color #F113BD: hue angle of 314.05º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113BD is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 19 189 -
CMYK 0 0.92 0.22 0.05
HSL 314.05º 0.89% 0.51% -
HSV(B) 314.05º 0.92% 0.95% -
XYZ 45.69 22.84 50.14 -
YUV 104.76 175.55 225.18 -
System Red Green Blue C M Y K H S L
Decimal 241 19 189 0 0.92 0.22 0.05 314.05 0.89 0.51
Hex F1 13 BD 0 5C 16 5 13A 59 33
Octal 361 23 275 0 134 26 5 472 131 63
Binary 11110001 10011 10111101 0 1011100 10110 101 100111010 1011001 110011

Color Harmonies of #F113BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113BD

Black with #F113BD

Text Example


Text Example

White with #F113BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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