Html Css Color HEX #F020B0 Spicy Pink

📋 copy color: '#F020B0'

red 240 ◦ green 32 ◦ blue 176

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

Shades of Spicy Pink #F020B0

Tints of Spicy Pink #F020B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.29%

R = 53.57%
G = 7.14%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F020B0 (or 0xF020B0) is known color: Spicy Pink. HEX triplet: F0, 20 and B0. RGB value is (240,32,176). Sum of RGB (Red+Green+Blue) = 240+32+176=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F020B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F020B0 is #0FDF4F. Grayscale: #6E6E6E. Windows color (decimal): -1040208 or 11542768. OLE color: 11542768.

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

Color convert

RGB 240 32 176 -
CMYK 0 0.87 0.27 0.06
HSL 318.46º 0.87% 0.53% -
HSV(B) 318.46º 0.87% 0.94% -
XYZ 44.29 22.69 43.12 -
YUV 110.61 164.91 220.29 -
System Red Green Blue C M Y K H S L
Decimal 240 32 176 0 0.87 0.27 0.06 318.46 0.87 0.53
Hex F0 20 B0 0 57 1B 6 13E 57 35
Octal 360 40 260 0 127 33 6 476 127 65
Binary 11110000 100000 10110000 0 1010111 11011 110 100111110 1010111 110101

Color Harmonies of #F020B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020B0

Black with #F020B0

Text Example


Text Example

White with #F020B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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