Html Css Color HEX #F120C0 Shocking Pink

📋 copy color: '#F120C0'

red 241 ◦ green 32 ◦ blue 192

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

Shades of Shocking Pink #F120C0

Tints of Shocking Pink #F120C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.29%

R = 51.83%
G = 6.88%
B = 41.29%

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

#F120C0 (or 0xF120C0) is known color: Shocking Pink. HEX triplet: F1, 20 and C0. RGB value is (241,32,192). Sum of RGB (Red+Green+Blue) = 241+32+192=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F120C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120C0 is #0EDF3F. Grayscale: #707070. Windows color (decimal): -974656 or 12591345. OLE color: 12591345.

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

Color convert

RGB 241 32 192 -
CMYK 0 0.87 0.20 0.05
HSL 314.07º 0.88% 0.54% -
HSV(B) 314.07º 0.87% 0.95% -
XYZ 46.31 23.54 51.97 -
YUV 112.73 172.74 219.49 -
System Red Green Blue C M Y K H S L
Decimal 241 32 192 0 0.87 0.20 0.05 314.07 0.88 0.54
Hex F1 20 C0 0 57 14 5 13A 58 36
Octal 361 40 300 0 127 24 5 472 130 66
Binary 11110001 100000 11000000 0 1010111 10100 101 100111010 1011000 110110

Color Harmonies of #F120C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120C0

Black with #F120C0

Text Example


Text Example

White with #F120C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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