#F813C3

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

Shades of Shocking Pink #F813C3

Tints of Shocking Pink #F813C3

Color information

#F813C3 (or 0xF813C3) is unknown color: approx Shocking Pink. HEX triplet: F8, 13 and C3. RGB value is (248,19,195). Sum of RGB (Red+Green+Blue) = 248+19+195=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F813C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F813C3 is #07EC3C. Grayscale: #6B6B6B. Windows color (decimal): -519229 or 12784632. OLE color: 12784632.

HSL color Cylindrical-coordinate representation of color #F813C3: hue angle of 313.89º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F813C3 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB24819195-
CMYK00.920.210.03
HSL313.89º94.24%52.35%-
HSV(B)313.89º92.34%97.25%-
XYZ48.7924.3653.76-
YUV107.54177.37228.19-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.68%
GREEN value IS 19 (7.81% from 255) = 4.11%
BLUE value IS 195 (76.56% from 255) = 42.21%
R=53.68%
G=4.11%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481919500.920.210.03313.8994.2452.35
HexF813C305C15313a5e34
Octal37023303013425347213664
Binary1111100010011110000110101110010101111001110101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F813C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F813C3; }

 p { color: rgb(248,19,195); }

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

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

 a { background-color: rgb(248,19,195); }

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

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

 span { border-color: rgb(248,19,195); }

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