Html Css Color HEX #F111BE Shocking Pink

📋 copy color: '#F111BE'

red 241 ◦ green 17 ◦ blue 190

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

Shades of Shocking Pink #F111BE

Tints of Shocking Pink #F111BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.79%

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

R = 53.79%
G = 3.79%
B = 42.41%

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

#F111BE (or 0xF111BE) is known color: Shocking Pink. HEX triplet: F1, 11 and BE. RGB value is (241,17,190). Sum of RGB (Red+Green+Blue) = 241+17+190=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F111BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111BE is #0EEE41. Grayscale: #676767. Windows color (decimal): -978498 or 12456433. OLE color: 12456433.

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

Color convert

RGB 241 17 190 -
CMYK 0 0.93 0.21 0.05
HSL 313.66º 0.89% 0.51% -
HSV(B) 313.66º 0.93% 0.95% -
XYZ 45.77 22.82 50.71 -
YUV 103.7 176.71 225.93 -
System Red Green Blue C M Y K H S L
Decimal 241 17 190 0 0.93 0.21 0.05 313.66 0.89 0.51
Hex F1 11 BE 0 5D 15 5 13A 59 33
Octal 361 21 276 0 135 25 5 472 131 63
Binary 11110001 10001 10111110 0 1011101 10101 101 100111010 1011001 110011

Color Harmonies of #F111BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F111BE

Black with #F111BE

Text Example


Text Example

White with #F111BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F111BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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