Html Css Color HEX #F21EC7 Shocking Pink

📋 copy color: '#F21EC7'

red 242 ◦ green 30 ◦ blue 199

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

Shades of Shocking Pink #F21EC7

Tints of Shocking Pink #F21EC7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.37%

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

R = 51.38%
G = 6.37%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F21EC7 (or 0xF21EC7) is known color: Shocking Pink. HEX triplet: F2, 1E and C7. RGB value is (242,30,199). Sum of RGB (Red+Green+Blue) = 242+30+199=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F21EC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21EC7 is #0DE138. Grayscale: #707070. Windows color (decimal): -909625 or 13049586. OLE color: 13049586.

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

Color convert

RGB 242 30 199 -
CMYK 0 0.88 0.18 0.05
HSL 312.17º 0.89% 0.53% -
HSV(B) 312.17º 0.88% 0.95% -
XYZ 47.39 23.93 56.15 -
YUV 112.65 176.74 220.26 -
System Red Green Blue C M Y K H S L
Decimal 242 30 199 0 0.88 0.18 0.05 312.17 0.89 0.53
Hex F2 1E C7 0 58 12 5 138 59 35
Octal 362 36 307 0 130 22 5 470 131 65
Binary 11110010 11110 11000111 0 1011000 10010 101 100111000 1011001 110101

Color Harmonies of #F21EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21EC7

Black with #F21EC7

Text Example


Text Example

White with #F21EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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