Html Css Color HEX #F221C6 Shocking Pink

📋 copy color: '#F221C6'

red 242 ◦ green 33 ◦ blue 198

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

Shades of Shocking Pink #F221C6

Tints of Shocking Pink #F221C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.86%

R = 51.16%
G = 6.98%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F221C6 (or 0xF221C6) is known color: Shocking Pink. HEX triplet: F2, 21 and C6. RGB value is (242,33,198). Sum of RGB (Red+Green+Blue) = 242+33+198=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F221C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221C6 is #0DDE39. Grayscale: #717171. Windows color (decimal): -908858 or 12984818. OLE color: 12984818.

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

Color convert

RGB 242 33 198 -
CMYK 0 0.86 0.18 0.05
HSL 312.63º 0.89% 0.54% -
HSV(B) 312.63º 0.86% 0.95% -
XYZ 47.35 24.04 55.57 -
YUV 114.3 175.24 219.08 -
System Red Green Blue C M Y K H S L
Decimal 242 33 198 0 0.86 0.18 0.05 312.63 0.89 0.54
Hex F2 21 C6 0 56 12 5 139 59 36
Octal 362 41 306 0 126 22 5 471 131 66
Binary 11110010 100001 11000110 0 1010110 10010 101 100111001 1011001 110110

Color Harmonies of #F221C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F221C6

Black with #F221C6

Text Example


Text Example

White with #F221C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F221C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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