Html Css Color HEX #F121BE Shocking Pink

📋 copy color: '#F121BE'

red 241 ◦ green 33 ◦ blue 190

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

Shades of Shocking Pink #F121BE

Tints of Shocking Pink #F121BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.11%

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

R = 51.94%
G = 7.11%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F121BE (or 0xF121BE) is known color: Shocking Pink. HEX triplet: F1, 21 and BE. RGB value is (241,33,190). Sum of RGB (Red+Green+Blue) = 241+33+190=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F121BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121BE is #0EDE41. Grayscale: #707070. Windows color (decimal): -974402 or 12460529. OLE color: 12460529.

HSL color Cylindrical-coordinate representation of color #F121BE: hue angle of 314.71º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F121BE is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 33 190 -
CMYK 0 0.86 0.21 0.05
HSL 314.71º 0.88% 0.54% -
HSV(B) 314.71º 0.86% 0.95% -
XYZ 46.11 23.51 50.82 -
YUV 113.09 171.41 219.23 -
System Red Green Blue C M Y K H S L
Decimal 241 33 190 0 0.86 0.21 0.05 314.71 0.88 0.54
Hex F1 21 BE 0 56 15 5 13B 58 36
Octal 361 41 276 0 126 25 5 473 130 66
Binary 11110001 100001 10111110 0 1010110 10101 101 100111011 1011000 110110

Color Harmonies of #F121BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121BE

Black with #F121BE

Text Example


Text Example

White with #F121BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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