Html Css Color HEX #F020A8 Spicy Pink

📋 copy color: '#F020A8'

red 240 ◦ green 32 ◦ blue 168

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

Shades of Spicy Pink #F020A8

Tints of Spicy Pink #F020A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.18%

R = 54.55%
G = 7.27%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F020A8 (or 0xF020A8) is known color: Spicy Pink. HEX triplet: F0, 20 and A8. RGB value is (240,32,168). Sum of RGB (Red+Green+Blue) = 240+32+168=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F020A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F020A8 is #0FDF57. Grayscale: #6D6D6D. Windows color (decimal): -1040216 or 11018480. OLE color: 11018480.

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

Color convert

RGB 240 32 168 -
CMYK 0 0.87 0.3 0.06
HSL 320.77º 0.87% 0.53% -
HSV(B) 320.77º 0.87% 0.94% -
XYZ 43.52 22.39 39.07 -
YUV 109.7 160.91 220.94 -
System Red Green Blue C M Y K H S L
Decimal 240 32 168 0 0.87 0.3 0.06 320.77 0.87 0.53
Hex F0 20 A8 0 57 1E 6 141 57 35
Octal 360 40 250 0 127 36 6 501 127 65
Binary 11110000 100000 10101000 0 1010111 11110 110 101000001 1010111 110101

Color Harmonies of #F020A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020A8

Black with #F020A8

Text Example


Text Example

White with #F020A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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