Html Css Color HEX #F020BD Shocking Pink

📋 copy color: '#F020BD'

red 240 ◦ green 32 ◦ blue 189

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

Shades of Shocking Pink #F020BD

Tints of Shocking Pink #F020BD

RGB

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

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

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

R = 52.06%
G = 6.94%
B = 41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F020BD (or 0xF020BD) is known color: Shocking Pink. HEX triplet: F0, 20 and BD. RGB value is (240,32,189). Sum of RGB (Red+Green+Blue) = 240+32+189=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F020BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F020BD is #0FDF42. Grayscale: #6F6F6F. Windows color (decimal): -1040195 or 12394736. OLE color: 12394736.

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

Color convert

RGB 240 32 189 -
CMYK 0 0.87 0.21 0.06
HSL 314.71º 0.87% 0.53% -
HSV(B) 314.71º 0.87% 0.94% -
XYZ 45.64 23.23 50.22 -
YUV 112.09 171.41 219.23 -
System Red Green Blue C M Y K H S L
Decimal 240 32 189 0 0.87 0.21 0.06 314.71 0.87 0.53
Hex F0 20 BD 0 57 15 6 13B 57 35
Octal 360 40 275 0 127 25 6 473 127 65
Binary 11110000 100000 10111101 0 1010111 10101 110 100111011 1010111 110101

Color Harmonies of #F020BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020BD

Black with #F020BD

Text Example


Text Example

White with #F020BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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