#F31ECA

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

Shades of Shocking Pink #F31ECA

Tints of Shocking Pink #F31ECA

Color information

#F31ECA (or 0xF31ECA) is unknown color: approx Shocking Pink. HEX triplet: F3, 1E and CA. RGB value is (243,30,202). Sum of RGB (Red+Green+Blue) = 243+30+202=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F31ECA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31ECA is #0CE135. Grayscale: #707070. Windows color (decimal): -844086 or 13246195. OLE color: 13246195.

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

Color convert

RGB24330202-
CMYK00.880.170.05
HSL311.55º89.87%53.53%-
HSV(B)311.55º87.65%95.29%-
XYZ48.0924.2558.02-
YUV113.3178.07220.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.16%
GREEN value IS 30 (12.11% from 255) = 6.32%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=51.16%
G=6.32%
B=42.53%

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
Decimal2433020200.880.170.05311.5589.8753.53
HexF31ECA0581151385a36
Octal36336312013021547013266
Binary11110011111101100101001011000100011011001110001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31ECA; }

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

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

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

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

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

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

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

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