Html Css Color HEX #F020B9 Spicy Pink

📋 copy color: '#F020B9'

red 240 ◦ green 32 ◦ blue 185

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

Shades of Spicy Pink #F020B9

Tints of Spicy Pink #F020B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 52.52%
G = 7%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F020B9 (or 0xF020B9) is known color: Spicy Pink. HEX triplet: F0, 20 and B9. RGB value is (240,32,185). Sum of RGB (Red+Green+Blue) = 240+32+185=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F020B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F020B9 is #0FDF46. Grayscale: #6F6F6F. Windows color (decimal): -1040199 or 12132592. OLE color: 12132592.

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

Color convert

RGB 240 32 185 -
CMYK 0 0.87 0.23 0.06
HSL 315.87º 0.87% 0.53% -
HSV(B) 315.87º 0.87% 0.94% -
XYZ 45.21 23.06 47.97 -
YUV 111.63 169.41 219.56 -
System Red Green Blue C M Y K H S L
Decimal 240 32 185 0 0.87 0.23 0.06 315.87 0.87 0.53
Hex F0 20 B9 0 57 17 6 13C 57 35
Octal 360 40 271 0 127 27 6 474 127 65
Binary 11110000 100000 10111001 0 1010111 10111 110 100111100 1010111 110101

Color Harmonies of #F020B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020B9

Black with #F020B9

Text Example


Text Example

White with #F020B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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