Html Css Color HEX #F221BD Shocking Pink

📋 copy color: '#F221BD'

red 242 ◦ green 33 ◦ blue 189

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

Shades of Shocking Pink #F221BD

Tints of Shocking Pink #F221BD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.11%

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 52.16%
G = 7.11%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F221BD (or 0xF221BD) is known color: Shocking Pink. HEX triplet: F2, 21 and BD. RGB value is (242,33,189). Sum of RGB (Red+Green+Blue) = 242+33+189=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F221BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221BD is #0DDE42. Grayscale: #707070. Windows color (decimal): -908867 or 12394994. OLE color: 12394994.

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

Color convert

RGB 242 33 189 -
CMYK 0 0.86 0.22 0.05
HSL 315.22º 0.89% 0.54% -
HSV(B) 315.22º 0.86% 0.95% -
XYZ 46.35 23.64 50.26 -
YUV 113.28 170.74 219.82 -
System Red Green Blue C M Y K H S L
Decimal 242 33 189 0 0.86 0.22 0.05 315.22 0.89 0.54
Hex F2 21 BD 0 56 16 5 13B 59 36
Octal 362 41 275 0 126 26 5 473 131 66
Binary 11110010 100001 10111101 0 1010110 10110 101 100111011 1011001 110110

Color Harmonies of #F221BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F221BD

Black with #F221BD

Text Example


Text Example

White with #F221BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F221BD; }

 p { color: rgb(242,33,189); }

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

background-color css

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

 a { background-color: rgb(242,33,189); }

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

border-color css

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

 span { border-color: rgb(242,33,189); }

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