Html Css Color HEX #F31ED1 Shocking Pink

📋 copy color: '#F31ED1'

red 243 ◦ green 30 ◦ blue 209

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

Shades of Shocking Pink #F31ED1

Tints of Shocking Pink #F31ED1

RGB

 RED value IS 243 (95.31% from 255) = 50.41%

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

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

R = 50.41%
G = 6.22%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F31ED1 (or 0xF31ED1) is known color: Shocking Pink. HEX triplet: F3, 1E and D1. RGB value is (243,30,209). Sum of RGB (Red+Green+Blue) = 243+30+209=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F31ED1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31ED1 is #0CE12E. Grayscale: #717171. Windows color (decimal): -844079 or 13704947. OLE color: 13704947.

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

Color convert

RGB 243 30 209 -
CMYK 0 0.88 0.14 0.05
HSL 309.58º 0.9% 0.54% -
HSV(B) 309.58º 0.88% 0.95% -
XYZ 48.94 24.59 62.49 -
YUV 114.09 181.57 219.95 -
System Red Green Blue C M Y K H S L
Decimal 243 30 209 0 0.88 0.14 0.05 309.58 0.9 0.54
Hex F3 1E D1 0 58 E 5 136 5A 36
Octal 363 36 321 0 130 16 5 466 132 66
Binary 11110011 11110 11010001 0 1011000 1110 101 100110110 1011010 110110

Color Harmonies of #F31ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31ED1

Black with #F31ED1

Text Example


Text Example

White with #F31ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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