Html Css Color HEX #F121C1 Shocking Pink

📋 copy color: '#F121C1'

red 241 ◦ green 33 ◦ blue 193

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

Shades of Shocking Pink #F121C1

Tints of Shocking Pink #F121C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 51.61%
G = 7.07%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F121C1 (or 0xF121C1) is known color: Shocking Pink. HEX triplet: F1, 21 and C1. RGB value is (241,33,193). Sum of RGB (Red+Green+Blue) = 241+33+193=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F121C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121C1 is #0EDE3E. Grayscale: #717171. Windows color (decimal): -974399 or 12657137. OLE color: 12657137.

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

Color convert

RGB 241 33 193 -
CMYK 0 0.86 0.20 0.05
HSL 313.85º 0.88% 0.54% -
HSV(B) 313.85º 0.86% 0.95% -
XYZ 46.45 23.64 52.57 -
YUV 113.43 172.91 218.99 -
System Red Green Blue C M Y K H S L
Decimal 241 33 193 0 0.86 0.20 0.05 313.85 0.88 0.54
Hex F1 21 C1 0 56 14 5 13A 58 36
Octal 361 41 301 0 126 24 5 472 130 66
Binary 11110001 100001 11000001 0 1010110 10100 101 100111010 1011000 110110

Color Harmonies of #F121C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121C1

Black with #F121C1

Text Example


Text Example

White with #F121C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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