#F813BA

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

Shades of Shocking Pink #F813BA

Tints of Shocking Pink #F813BA

Color information

#F813BA (or 0xF813BA) is unknown color: approx Shocking Pink. HEX triplet: F8, 13 and BA. RGB value is (248,19,186). Sum of RGB (Red+Green+Blue) = 248+19+186=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 19 (7.81% from 255 or 4.19% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F813BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F813BA is #07EC45. Grayscale: #6A6A6A. Windows color (decimal): -519238 or 12194808. OLE color: 12194808.

HSL color Cylindrical-coordinate representation of color #F813BA: hue angle of 316.24º 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 #F813BA is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB24819186-
CMYK00.920.250.03
HSL316.24º94.24%52.35%-
HSV(B)316.24º92.34%97.25%-
XYZ47.8123.9748.56-
YUV106.51172.87228.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.75%
GREEN value IS 19 (7.81% from 255) = 4.19%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=54.75%
G=4.19%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481918600.920.250.03316.2494.2452.35
HexF813BA05C19313c5e34
Octal37023272013431347413664
Binary1111100010011101110100101110011001111001111001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F813BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F813BA; }

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

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

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

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

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

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

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

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