Html Css Color HEX #F221C2 Shocking Pink

📋 copy color: '#F221C2'

red 242 ◦ green 33 ◦ blue 194

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

Shades of Shocking Pink #F221C2

Tints of Shocking Pink #F221C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.36%

R = 51.6%
G = 7.04%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F221C2 (or 0xF221C2) is known color: Shocking Pink. HEX triplet: F2, 21 and C2. RGB value is (242,33,194). Sum of RGB (Red+Green+Blue) = 242+33+194=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F221C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221C2 is #0DDE3D. Grayscale: #717171. Windows color (decimal): -908862 or 12722674. OLE color: 12722674.

HSL color Cylindrical-coordinate representation of color #F221C2: hue angle of 313.78º 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 #F221C2 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 33 194 -
CMYK 0 0.86 0.20 0.05
HSL 313.78º 0.89% 0.54% -
HSV(B) 313.78º 0.86% 0.95% -
XYZ 46.9 23.86 53.17 -
YUV 113.85 173.24 219.41 -
System Red Green Blue C M Y K H S L
Decimal 242 33 194 0 0.86 0.20 0.05 313.78 0.89 0.54
Hex F2 21 C2 0 56 14 5 13A 59 36
Octal 362 41 302 0 126 24 5 472 131 66
Binary 11110010 100001 11000010 0 1010110 10100 101 100111010 1011001 110110

Color Harmonies of #F221C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F221C2

Black with #F221C2

Text Example


Text Example

White with #F221C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F221C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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