#F31EC9

Color #F31EC9 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #F31EC9

Tints of Shocking Pink #F31EC9

Color information

#F31EC9 (or 0xF31EC9) is unknown color: approx Shocking Pink. HEX triplet: F3, 1E and C9. RGB value is (243,30,201). Sum of RGB (Red+Green+Blue) = 243+30+201=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31EC9 is #0CE136. Grayscale: #707070. Windows color (decimal): -844087 or 13180659. OLE color: 13180659.

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

Color convert

RGB24330201-
CMYK00.880.170.05
HSL311.83º89.87%53.53%-
HSV(B)311.83º87.65%95.29%-
XYZ47.9724.257.4-
YUV113.18177.57220.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.27%
GREEN value IS 30 (12.11% from 255) = 6.33%
BLUE value IS 201 (78.91% from 255) = 42.41%
R=51.27%
G=6.33%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433020100.880.170.05311.8389.8753.53
HexF31EC90581151385a36
Octal36336311013021547013266
Binary11110011111101100100101011000100011011001110001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31EC9; }

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

 H1.HeaderClassName
 {
   color: #F31EC9;
 }
 .AnyTagClassName
 {
   color: #F31EC9;
 }
</style>
background-color css

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

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

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

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

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

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