Html Css Color HEX #F020BA Spicy Pink

📋 copy color: '#F020BA'

red 240 ◦ green 32 ◦ blue 186

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

Shades of Spicy Pink #F020BA

Tints of Spicy Pink #F020BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 52.4%
G = 6.99%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F020BA (or 0xF020BA) is known color: Spicy Pink. HEX triplet: F0, 20 and BA. RGB value is (240,32,186). Sum of RGB (Red+Green+Blue) = 240+32+186=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F020BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F020BA is #0FDF45. Grayscale: #6F6F6F. Windows color (decimal): -1040198 or 12198128. OLE color: 12198128.

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

Color convert

RGB 240 32 186 -
CMYK 0 0.87 0.22 0.06
HSL 315.58º 0.87% 0.53% -
HSV(B) 315.58º 0.87% 0.94% -
XYZ 45.31 23.1 48.53 -
YUV 111.75 169.91 219.48 -
System Red Green Blue C M Y K H S L
Decimal 240 32 186 0 0.87 0.22 0.06 315.58 0.87 0.53
Hex F0 20 BA 0 57 16 6 13C 57 35
Octal 360 40 272 0 127 26 6 474 127 65
Binary 11110000 100000 10111010 0 1010111 10110 110 100111100 1010111 110101

Color Harmonies of #F020BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020BA

Black with #F020BA

Text Example


Text Example

White with #F020BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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