Html Css Color HEX #F120C2 Shocking Pink

📋 copy color: '#F120C2'

red 241 ◦ green 32 ◦ blue 194

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

Shades of Shocking Pink #F120C2

Tints of Shocking Pink #F120C2

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.85%

 BLUE value IS 194 (76.17% from 255) = 41.54%

R = 51.61%
G = 6.85%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F120C2 (or 0xF120C2) is known color: Shocking Pink. HEX triplet: F1, 20 and C2. RGB value is (241,32,194). Sum of RGB (Red+Green+Blue) = 241+32+194=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F120C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120C2 is #0EDF3D. Grayscale: #707070. Windows color (decimal): -974654 or 12722417. OLE color: 12722417.

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

Color convert

RGB 241 32 194 -
CMYK 0 0.87 0.20 0.05
HSL 313.49º 0.88% 0.54% -
HSV(B) 313.49º 0.87% 0.95% -
XYZ 46.53 23.63 53.15 -
YUV 112.96 173.74 219.33 -
System Red Green Blue C M Y K H S L
Decimal 241 32 194 0 0.87 0.20 0.05 313.49 0.88 0.54
Hex F1 20 C2 0 57 14 5 139 58 36
Octal 361 40 302 0 127 24 5 471 130 66
Binary 11110001 100000 11000010 0 1010111 10100 101 100111001 1011000 110110

Color Harmonies of #F120C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120C2

Black with #F120C2

Text Example


Text Example

White with #F120C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120C2; }

 p { color: rgb(241,32,194); }

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

background-color css

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

 a { background-color: rgb(241,32,194); }

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

border-color css

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

 span { border-color: rgb(241,32,194); }

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