Html Css Color HEX #F220C5 Shocking Pink

📋 copy color: '#F220C5'

red 242 ◦ green 32 ◦ blue 197

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

Shades of Shocking Pink #F220C5

Tints of Shocking Pink #F220C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.83%

R = 51.38%
G = 6.79%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F220C5 (or 0xF220C5) is known color: Shocking Pink. HEX triplet: F2, 20 and C5. RGB value is (242,32,197). Sum of RGB (Red+Green+Blue) = 242+32+197=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F220C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F220C5 is #0DDF3A. Grayscale: #717171. Windows color (decimal): -909115 or 12919026. OLE color: 12919026.

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

Color convert

RGB 242 32 197 -
CMYK 0 0.87 0.19 0.05
HSL 312.86º 0.89% 0.54% -
HSV(B) 312.86º 0.87% 0.95% -
XYZ 47.21 23.94 54.96 -
YUV 113.6 175.07 219.58 -
System Red Green Blue C M Y K H S L
Decimal 242 32 197 0 0.87 0.19 0.05 312.86 0.89 0.54
Hex F2 20 C5 0 57 13 5 139 59 36
Octal 362 40 305 0 127 23 5 471 131 66
Binary 11110010 100000 11000101 0 1010111 10011 101 100111001 1011001 110110

Color Harmonies of #F220C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F220C5

Black with #F220C5

Text Example


Text Example

White with #F220C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F220C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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