Html Css Color HEX #F121BD Shocking Pink

📋 copy color: '#F121BD'

red 241 ◦ green 33 ◦ blue 189

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

Shades of Shocking Pink #F121BD

Tints of Shocking Pink #F121BD

RGB

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

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

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

R = 52.05%
G = 7.13%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F121BD (or 0xF121BD) is known color: Shocking Pink. HEX triplet: F1, 21 and BD. RGB value is (241,33,189). Sum of RGB (Red+Green+Blue) = 241+33+189=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F121BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121BD is #0EDE42. Grayscale: #707070. Windows color (decimal): -974403 or 12394993. OLE color: 12394993.

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

Color convert

RGB 241 33 189 -
CMYK 0 0.86 0.22 0.05
HSL 315º 0.88% 0.54% -
HSV(B) 315º 0.86% 0.95% -
XYZ 46 23.46 50.25 -
YUV 112.98 170.91 219.32 -
System Red Green Blue C M Y K H S L
Decimal 241 33 189 0 0.86 0.22 0.05 315 0.88 0.54
Hex F1 21 BD 0 56 16 5 13B 58 36
Octal 361 41 275 0 126 26 5 473 130 66
Binary 11110001 100001 10111101 0 1010110 10110 101 100111011 1011000 110110

Color Harmonies of #F121BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121BD

Black with #F121BD

Text Example


Text Example

White with #F121BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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