Html Css Color HEX #F020AF Spicy Pink

📋 copy color: '#F020AF'

red 240 ◦ green 32 ◦ blue 175

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

Shades of Spicy Pink #F020AF

Tints of Spicy Pink #F020AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.15%

R = 53.69%
G = 7.16%
B = 39.15%

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

#F020AF (or 0xF020AF) is known color: Spicy Pink. HEX triplet: F0, 20 and AF. RGB value is (240,32,175). Sum of RGB (Red+Green+Blue) = 240+32+175=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F020AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F020AF is #0FDF50. Grayscale: #6E6E6E. Windows color (decimal): -1040209 or 11477232. OLE color: 11477232.

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

Color convert

RGB 240 32 175 -
CMYK 0 0.87 0.27 0.06
HSL 318.75º 0.87% 0.53% -
HSV(B) 318.75º 0.87% 0.94% -
XYZ 44.19 22.65 42.6 -
YUV 110.49 164.41 220.37 -
System Red Green Blue C M Y K H S L
Decimal 240 32 175 0 0.87 0.27 0.06 318.75 0.87 0.53
Hex F0 20 AF 0 57 1B 6 13F 57 35
Octal 360 40 257 0 127 33 6 477 127 65
Binary 11110000 100000 10101111 0 1010111 11011 110 100111111 1010111 110101

Color Harmonies of #F020AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020AF

Black with #F020AF

Text Example


Text Example

White with #F020AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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