Html Css Color HEX #F021BD Shocking Pink

📋 copy color: '#F021BD'

red 240 ◦ green 33 ◦ blue 189

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

Shades of Shocking Pink #F021BD

Tints of Shocking Pink #F021BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 51.95%
G = 7.14%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F021BD (or 0xF021BD) is known color: Shocking Pink. HEX triplet: F0, 21 and BD. RGB value is (240,33,189). Sum of RGB (Red+Green+Blue) = 240+33+189=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F021BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F021BD is #0FDE42. Grayscale: #707070. Windows color (decimal): -1039939 or 12394992. OLE color: 12394992.

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

Color convert

RGB 240 33 189 -
CMYK 0 0.86 0.21 0.06
HSL 314.78º 0.87% 0.54% -
HSV(B) 314.78º 0.86% 0.94% -
XYZ 45.66 23.29 50.23 -
YUV 112.68 171.08 218.82 -
System Red Green Blue C M Y K H S L
Decimal 240 33 189 0 0.86 0.21 0.06 314.78 0.87 0.54
Hex F0 21 BD 0 56 15 6 13B 57 36
Octal 360 41 275 0 126 25 6 473 127 66
Binary 11110000 100001 10111101 0 1010110 10101 110 100111011 1010111 110110

Color Harmonies of #F021BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F021BD

Black with #F021BD

Text Example


Text Example

White with #F021BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F021BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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