Html Css Color HEX #F211C5 Shocking Pink

📋 copy color: '#F211C5'

red 242 ◦ green 17 ◦ blue 197

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

Shades of Shocking Pink #F211C5

Tints of Shocking Pink #F211C5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.73%

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

R = 53.07%
G = 3.73%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F211C5 (or 0xF211C5) is known color: Shocking Pink. HEX triplet: F2, 11 and C5. RGB value is (242,17,197). Sum of RGB (Red+Green+Blue) = 242+17+197=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 17 (7.03% from 255 or 3.73% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F211C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F211C5 is #0DEE3A. Grayscale: #686868. Windows color (decimal): -912955 or 12915186. OLE color: 12915186.

HSL color Cylindrical-coordinate representation of color #F211C5: hue angle of 312º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F211C5 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 17 197 -
CMYK 0 0.93 0.19 0.05
HSL 312º 0.9% 0.51% -
HSV(B) 312º 0.93% 0.95% -
XYZ 46.9 23.31 54.85 -
YUV 104.8 180.04 225.86 -
System Red Green Blue C M Y K H S L
Decimal 242 17 197 0 0.93 0.19 0.05 312 0.9 0.51
Hex F2 11 C5 0 5D 13 5 138 5A 33
Octal 362 21 305 0 135 23 5 470 132 63
Binary 11110010 10001 11000101 0 1011101 10011 101 100111000 1011010 110011

Color Harmonies of #F211C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F211C5

Black with #F211C5

Text Example


Text Example

White with #F211C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F211C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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