Html Css Color HEX #F211D1 Shocking Pink

📋 copy color: '#F211D1'

red 242 ◦ green 17 ◦ blue 209

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

Shades of Shocking Pink #F211D1

Tints of Shocking Pink #F211D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 51.71%
G = 3.63%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F211D1 (or 0xF211D1) is known color: Shocking Pink. HEX triplet: F2, 11 and D1. RGB value is (242,17,209). Sum of RGB (Red+Green+Blue) = 242+17+209=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F211D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F211D1 is #0DEE2E. Grayscale: #696969. Windows color (decimal): -912943 or 13701618. OLE color: 13701618.

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

Color convert

RGB 242 17 209 -
CMYK 0 0.93 0.14 0.05
HSL 308.8º 0.9% 0.51% -
HSV(B) 308.8º 0.93% 0.95% -
XYZ 48.33 23.88 62.38 -
YUV 106.16 186.04 224.89 -
System Red Green Blue C M Y K H S L
Decimal 242 17 209 0 0.93 0.14 0.05 308.8 0.9 0.51
Hex F2 11 D1 0 5D E 5 135 5A 33
Octal 362 21 321 0 135 16 5 465 132 63
Binary 11110010 10001 11010001 0 1011101 1110 101 100110101 1011010 110011

Color Harmonies of #F211D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F211D1

Black with #F211D1

Text Example


Text Example

White with #F211D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F211D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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