Html Css Color HEX #F120BE Shocking Pink

📋 copy color: '#F120BE'

red 241 ◦ green 32 ◦ blue 190

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

Shades of Shocking Pink #F120BE

Tints of Shocking Pink #F120BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 52.05%
G = 6.91%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F120BE (or 0xF120BE) is known color: Shocking Pink. HEX triplet: F1, 20 and BE. RGB value is (241,32,190). Sum of RGB (Red+Green+Blue) = 241+32+190=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F120BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120BE is #0EDF41. Grayscale: #707070. Windows color (decimal): -974658 or 12460273. OLE color: 12460273.

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

Color convert

RGB 241 32 190 -
CMYK 0 0.87 0.21 0.05
HSL 314.64º 0.88% 0.54% -
HSV(B) 314.64º 0.87% 0.95% -
XYZ 46.09 23.45 50.81 -
YUV 112.5 171.74 219.65 -
System Red Green Blue C M Y K H S L
Decimal 241 32 190 0 0.87 0.21 0.05 314.64 0.88 0.54
Hex F1 20 BE 0 57 15 5 13B 58 36
Octal 361 40 276 0 127 25 5 473 130 66
Binary 11110001 100000 10111110 0 1010111 10101 101 100111011 1011000 110110

Color Harmonies of #F120BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120BE

Black with #F120BE

Text Example


Text Example

White with #F120BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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