Html Css Color HEX #F220C1 Shocking Pink

📋 copy color: '#F220C1'

red 242 ◦ green 32 ◦ blue 193

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

Shades of Shocking Pink #F220C1

Tints of Shocking Pink #F220C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 51.82%
G = 6.85%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F220C1 (or 0xF220C1) is known color: Shocking Pink. HEX triplet: F2, 20 and C1. RGB value is (242,32,193). Sum of RGB (Red+Green+Blue) = 242+32+193=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F220C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F220C1 is #0DDF3E. Grayscale: #707070. Windows color (decimal): -909119 or 12656882. OLE color: 12656882.

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

Color convert

RGB 242 32 193 -
CMYK 0 0.87 0.20 0.05
HSL 314º 0.89% 0.54% -
HSV(B) 314º 0.87% 0.95% -
XYZ 46.76 23.76 52.57 -
YUV 113.14 173.07 219.91 -
System Red Green Blue C M Y K H S L
Decimal 242 32 193 0 0.87 0.20 0.05 314 0.89 0.54
Hex F2 20 C1 0 57 14 5 13A 59 36
Octal 362 40 301 0 127 24 5 472 131 66
Binary 11110010 100000 11000001 0 1010111 10100 101 100111010 1011001 110110

Color Harmonies of #F220C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F220C1

Black with #F220C1

Text Example


Text Example

White with #F220C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F220C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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