Html Css Color HEX #F020CB Shocking Pink

📋 copy color: '#F020CB'

red 240 ◦ green 32 ◦ blue 203

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

Shades of Shocking Pink #F020CB

Tints of Shocking Pink #F020CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 50.53%
G = 6.74%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F020CB (or 0xF020CB) is known color: Shocking Pink. HEX triplet: F0, 20 and CB. RGB value is (240,32,203). Sum of RGB (Red+Green+Blue) = 240+32+203=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F020CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F020CB is #0FDF34. Grayscale: #717171. Windows color (decimal): -1040181 or 13312240. OLE color: 13312240.

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

Color convert

RGB 240 32 203 -
CMYK 0 0.87 0.15 0.06
HSL 310.67º 0.87% 0.53% -
HSV(B) 310.67º 0.87% 0.94% -
XYZ 47.23 23.87 58.62 -
YUV 113.69 178.41 218.1 -
System Red Green Blue C M Y K H S L
Decimal 240 32 203 0 0.87 0.15 0.06 310.67 0.87 0.53
Hex F0 20 CB 0 57 F 6 137 57 35
Octal 360 40 313 0 127 17 6 467 127 65
Binary 11110000 100000 11001011 0 1010111 1111 110 100110111 1010111 110101

Color Harmonies of #F020CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020CB

Black with #F020CB

Text Example


Text Example

White with #F020CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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