Html Css Color HEX #F11ED1 Shocking Pink

📋 copy color: '#F11ED1'

red 241 ◦ green 30 ◦ blue 209

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

Shades of Shocking Pink #F11ED1

Tints of Shocking Pink #F11ED1

RGB

 RED value IS 241 (94.53% from 255) = 50.21%

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

 BLUE value IS 209 (82.03% from 255) = 43.54%

R = 50.21%
G = 6.25%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F11ED1 (or 0xF11ED1) is known color: Shocking Pink. HEX triplet: F1, 1E and D1. RGB value is (241,30,209). Sum of RGB (Red+Green+Blue) = 241+30+209=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ED1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ED1 is #0EE12E. Grayscale: #707070. Windows color (decimal): -975151 or 13704945. OLE color: 13704945.

HSL color Cylindrical-coordinate representation of color #F11ED1: hue angle of 309.1º degrees, saturation: 0.88, 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 #F11ED1 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 30 209 -
CMYK 0 0.88 0.13 0.05
HSL 309.1º 0.88% 0.53% -
HSV(B) 309.1º 0.88% 0.95% -
XYZ 48.25 24.23 62.46 -
YUV 113.5 181.9 218.95 -
System Red Green Blue C M Y K H S L
Decimal 241 30 209 0 0.88 0.13 0.05 309.1 0.88 0.53
Hex F1 1E D1 0 58 D 5 135 58 35
Octal 361 36 321 0 130 15 5 465 130 65
Binary 11110001 11110 11010001 0 1011000 1101 101 100110101 1011000 110101

Color Harmonies of #F11ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11ED1

Black with #F11ED1

Text Example


Text Example

White with #F11ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11ED1; }

 p { color: rgb(241,30,209); }

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

background-color css

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

 a { background-color: rgb(241,30,209); }

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

border-color css

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

 span { border-color: rgb(241,30,209); }

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