Html Css Color HEX #F220A6 Spicy Pink

📋 copy color: '#F220A6'

red 242 ◦ green 32 ◦ blue 166

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

Shades of Spicy Pink #F220A6

Tints of Spicy Pink #F220A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.73%

R = 55%
G = 7.27%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F220A6 (or 0xF220A6) is known color: Spicy Pink. HEX triplet: F2, 20 and A6. RGB value is (242,32,166). Sum of RGB (Red+Green+Blue) = 242+32+166=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F220A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F220A6 is #0DDF59. Grayscale: #6D6D6D. Windows color (decimal): -909146 or 10887410. OLE color: 10887410.

HSL color Cylindrical-coordinate representation of color #F220A6: hue angle of 321.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 #F220A6 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 32 166 -
CMYK 0 0.87 0.31 0.05
HSL 321.71º 0.89% 0.54% -
HSV(B) 321.71º 0.87% 0.95% -
XYZ 44.02 22.66 38.13 -
YUV 110.07 159.57 222.1 -
System Red Green Blue C M Y K H S L
Decimal 242 32 166 0 0.87 0.31 0.05 321.71 0.89 0.54
Hex F2 20 A6 0 57 1F 5 142 59 36
Octal 362 40 246 0 127 37 5 502 131 66
Binary 11110010 100000 10100110 0 1010111 11111 101 101000010 1011001 110110

Color Harmonies of #F220A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F220A6

Black with #F220A6

Text Example


Text Example

White with #F220A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F220A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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