Html Css Color HEX #F41EC1 Shocking Pink

📋 copy color: '#F41EC1'

red 244 ◦ green 30 ◦ blue 193

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

Shades of Shocking Pink #F41EC1

Tints of Shocking Pink #F41EC1

RGB

 RED value IS 244 (95.7% from 255) = 52.25%

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

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 52.25%
G = 6.42%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F41EC1 (or 0xF41EC1) is known color: Shocking Pink. HEX triplet: F4, 1E and C1. RGB value is (244,30,193). Sum of RGB (Red+Green+Blue) = 244+30+193=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F41EC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41EC1 is #0BE13E. Grayscale: #707070. Windows color (decimal): -778559 or 12656372. OLE color: 12656372.

HSL color Cylindrical-coordinate representation of color #F41EC1: hue angle of 314.3º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41EC1 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 30 193 -
CMYK 0 0.88 0.21 0.04
HSL 314.3º 0.91% 0.54% -
HSV(B) 314.3º 0.88% 0.96% -
XYZ 47.4 24.01 52.59 -
YUV 112.57 173.4 221.75 -
System Red Green Blue C M Y K H S L
Decimal 244 30 193 0 0.88 0.21 0.04 314.3 0.91 0.54
Hex F4 1E C1 0 58 15 4 13A 5B 36
Octal 364 36 301 0 130 25 4 472 133 66
Binary 11110100 11110 11000001 0 1011000 10101 100 100111010 1011011 110110

Color Harmonies of #F41EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41EC1

Black with #F41EC1

Text Example


Text Example

White with #F41EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41EC1; }

 p { color: rgb(244,30,193); }

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

background-color css

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

 a { background-color: rgb(244,30,193); }

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

border-color css

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

 span { border-color: rgb(244,30,193); }

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