Html Css Color HEX #F220AD Spicy Pink

📋 copy color: '#F220AD'

red 242 ◦ green 32 ◦ blue 173

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

Shades of Spicy Pink #F220AD

Tints of Spicy Pink #F220AD

RGB

 RED value IS 242 (94.92% from 255) = 54.14%

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

 BLUE value IS 173 (67.97% from 255) = 38.7%

R = 54.14%
G = 7.16%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F220AD (or 0xF220AD) is known color: Spicy Pink. HEX triplet: F2, 20 and AD. RGB value is (242,32,173). Sum of RGB (Red+Green+Blue) = 242+32+173=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F220AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F220AD is #0DDF52. Grayscale: #6E6E6E. Windows color (decimal): -909139 or 11346162. OLE color: 11346162.

HSL color Cylindrical-coordinate representation of color #F220AD: hue angle of 319.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F220AD is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 32 173 -
CMYK 0 0.87 0.29 0.05
HSL 319.71º 0.89% 0.54% -
HSV(B) 319.71º 0.87% 0.95% -
XYZ 44.68 22.93 41.61 -
YUV 110.86 163.07 221.54 -
System Red Green Blue C M Y K H S L
Decimal 242 32 173 0 0.87 0.29 0.05 319.71 0.89 0.54
Hex F2 20 AD 0 57 1D 5 140 59 36
Octal 362 40 255 0 127 35 5 500 131 66
Binary 11110010 100000 10101101 0 1010111 11101 101 101000000 1011001 110110

Color Harmonies of #F220AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F220AD

Black with #F220AD

Text Example


Text Example

White with #F220AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F220AD; }

 p { color: rgb(242,32,173); }

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

background-color css

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

 a { background-color: rgb(242,32,173); }

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

border-color css

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

 span { border-color: rgb(242,32,173); }

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