Html Css Color HEX #F216D2 Shocking Pink

📋 copy color: '#F216D2'

red 242 ◦ green 22 ◦ blue 210

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

Shades of Shocking Pink #F216D2

Tints of Shocking Pink #F216D2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.64%

 BLUE value IS 210 (82.42% from 255) = 44.3%

R = 51.05%
G = 4.64%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F216D2 (or 0xF216D2) is known color: Shocking Pink. HEX triplet: F2, 16 and D2. RGB value is (242,22,210). Sum of RGB (Red+Green+Blue) = 242+22+210=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F216D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F216D2 is #0DE92D. Grayscale: #6C6C6C. Windows color (decimal): -911662 or 13768434. OLE color: 13768434.

HSL color Cylindrical-coordinate representation of color #F216D2: hue angle of 308.73º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F216D2 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 22 210 -
CMYK 0 0.91 0.13 0.05
HSL 308.73º 0.89% 0.52% -
HSV(B) 308.73º 0.91% 0.95% -
XYZ 48.54 24.1 63.07 -
YUV 109.21 184.89 222.71 -
System Red Green Blue C M Y K H S L
Decimal 242 22 210 0 0.91 0.13 0.05 308.73 0.89 0.52
Hex F2 16 D2 0 5B D 5 135 59 34
Octal 362 26 322 0 133 15 5 465 131 64
Binary 11110010 10110 11010010 0 1011011 1101 101 100110101 1011001 110100

Color Harmonies of #F216D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F216D2

Black with #F216D2

Text Example


Text Example

White with #F216D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F216D2; }

 p { color: rgb(242,22,210); }

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

background-color css

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

 a { background-color: rgb(242,22,210); }

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

border-color css

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

 span { border-color: rgb(242,22,210); }

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