Html Css Color HEX #F31EC6 Shocking Pink

📋 copy color: '#F31EC6'

red 243 ◦ green 30 ◦ blue 198

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

Shades of Shocking Pink #F31EC6

Tints of Shocking Pink #F31EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.04%

R = 51.59%
G = 6.37%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F31EC6 (or 0xF31EC6) is known color: Shocking Pink. HEX triplet: F3, 1E and C6. RGB value is (243,30,198). Sum of RGB (Red+Green+Blue) = 243+30+198=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31EC6 is #0CE139. Grayscale: #707070. Windows color (decimal): -844090 or 12984051. OLE color: 12984051.

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

Color convert

RGB 243 30 198 -
CMYK 0 0.88 0.19 0.05
HSL 312.68º 0.9% 0.54% -
HSV(B) 312.68º 0.88% 0.95% -
XYZ 47.62 24.06 55.56 -
YUV 112.84 176.07 220.84 -
System Red Green Blue C M Y K H S L
Decimal 243 30 198 0 0.88 0.19 0.05 312.68 0.9 0.54
Hex F3 1E C6 0 58 13 5 139 5A 36
Octal 363 36 306 0 130 23 5 471 132 66
Binary 11110011 11110 11000110 0 1011000 10011 101 100111001 1011010 110110

Color Harmonies of #F31EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31EC6

Black with #F31EC6

Text Example


Text Example

White with #F31EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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