Html Css Color HEX #F221BA Spicy Pink

📋 copy color: '#F221BA'

red 242 ◦ green 33 ◦ blue 186

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

Shades of Spicy Pink #F221BA

Tints of Spicy Pink #F221BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.16%

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

R = 52.49%
G = 7.16%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F221BA (or 0xF221BA) is known color: Spicy Pink. HEX triplet: F2, 21 and BA. RGB value is (242,33,186). Sum of RGB (Red+Green+Blue) = 242+33+186=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F221BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221BA is #0DDE45. Grayscale: #707070. Windows color (decimal): -908870 or 12198386. OLE color: 12198386.

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

Color convert

RGB 242 33 186 -
CMYK 0 0.86 0.23 0.05
HSL 316.08º 0.89% 0.54% -
HSV(B) 316.08º 0.86% 0.95% -
XYZ 46.02 23.51 48.57 -
YUV 112.93 169.24 220.06 -
System Red Green Blue C M Y K H S L
Decimal 242 33 186 0 0.86 0.23 0.05 316.08 0.89 0.54
Hex F2 21 BA 0 56 17 5 13C 59 36
Octal 362 41 272 0 126 27 5 474 131 66
Binary 11110010 100001 10111010 0 1010110 10111 101 100111100 1011001 110110

Color Harmonies of #F221BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F221BA

Black with #F221BA

Text Example


Text Example

White with #F221BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F221BA; }

 p { color: rgb(242,33,186); }

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

background-color css

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

 a { background-color: rgb(242,33,186); }

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

border-color css

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

 span { border-color: rgb(242,33,186); }

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