Html Css Color HEX #F221C7 Shocking Pink

📋 copy color: '#F221C7'

red 242 ◦ green 33 ◦ blue 199

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

Shades of Shocking Pink #F221C7

Tints of Shocking Pink #F221C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.98%

R = 51.05%
G = 6.96%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F221C7 (or 0xF221C7) is known color: Shocking Pink. HEX triplet: F2, 21 and C7. RGB value is (242,33,199). Sum of RGB (Red+Green+Blue) = 242+33+199=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F221C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221C7 is #0DDE38. Grayscale: #717171. Windows color (decimal): -908857 or 13050354. OLE color: 13050354.

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

Color convert

RGB 242 33 199 -
CMYK 0 0.86 0.18 0.05
HSL 312.34º 0.89% 0.54% -
HSV(B) 312.34º 0.86% 0.95% -
XYZ 47.47 24.09 56.18 -
YUV 114.42 175.74 219 -
System Red Green Blue C M Y K H S L
Decimal 242 33 199 0 0.86 0.18 0.05 312.34 0.89 0.54
Hex F2 21 C7 0 56 12 5 138 59 36
Octal 362 41 307 0 126 22 5 470 131 66
Binary 11110010 100001 11000111 0 1010110 10010 101 100111000 1011001 110110

Color Harmonies of #F221C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F221C7

Black with #F221C7

Text Example


Text Example

White with #F221C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F221C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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