Html Css Color HEX #F021BC Shocking Pink

📋 copy color: '#F021BC'

red 240 ◦ green 33 ◦ blue 188

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

Shades of Shocking Pink #F021BC

Tints of Shocking Pink #F021BC

RGB

 RED value IS 240 (94.14% from 255) = 52.06%

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 52.06%
G = 7.16%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F021BC (or 0xF021BC) is known color: Shocking Pink. HEX triplet: F0, 21 and BC. RGB value is (240,33,188). Sum of RGB (Red+Green+Blue) = 240+33+188=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F021BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F021BC is #0FDE43. Grayscale: #707070. Windows color (decimal): -1039940 or 12329456. OLE color: 12329456.

HSL color Cylindrical-coordinate representation of color #F021BC: hue angle of 315.07º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F021BC is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 188 -
CMYK 0 0.86 0.22 0.06
HSL 315.07º 0.87% 0.54% -
HSV(B) 315.07º 0.86% 0.94% -
XYZ 45.56 23.24 49.66 -
YUV 112.56 170.58 218.9 -
System Red Green Blue C M Y K H S L
Decimal 240 33 188 0 0.86 0.22 0.06 315.07 0.87 0.54
Hex F0 21 BC 0 56 16 6 13B 57 36
Octal 360 41 274 0 126 26 6 473 127 66
Binary 11110000 100001 10111100 0 1010110 10110 110 100111011 1010111 110110

Color Harmonies of #F021BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F021BC

Black with #F021BC

Text Example


Text Example

White with #F021BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F021BC; }

 p { color: rgb(240,33,188); }

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

background-color css

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

 a { background-color: rgb(240,33,188); }

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

border-color css

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

 span { border-color: rgb(240,33,188); }

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