Html Css Color HEX #F121C6 Shocking Pink

📋 copy color: '#F121C6'

red 241 ◦ green 33 ◦ blue 198

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

Shades of Shocking Pink #F121C6

Tints of Shocking Pink #F121C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.95%

R = 51.06%
G = 6.99%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F121C6 (or 0xF121C6) is known color: Shocking Pink. HEX triplet: F1, 21 and C6. RGB value is (241,33,198). Sum of RGB (Red+Green+Blue) = 241+33+198=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F121C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121C6 is #0EDE39. Grayscale: #717171. Windows color (decimal): -974394 or 12984817. OLE color: 12984817.

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

Color convert

RGB 241 33 198 -
CMYK 0 0.86 0.18 0.05
HSL 312.4º 0.88% 0.54% -
HSV(B) 312.4º 0.86% 0.95% -
XYZ 47.01 23.87 55.55 -
YUV 114 175.41 218.58 -
System Red Green Blue C M Y K H S L
Decimal 241 33 198 0 0.86 0.18 0.05 312.4 0.88 0.54
Hex F1 21 C6 0 56 12 5 138 58 36
Octal 361 41 306 0 126 22 5 470 130 66
Binary 11110001 100001 11000110 0 1010110 10010 101 100111000 1011000 110110

Color Harmonies of #F121C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121C6

Black with #F121C6

Text Example


Text Example

White with #F121C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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