#F813BB

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

Shades of Shocking Pink #F813BB

Tints of Shocking Pink #F813BB

Color information

#F813BB (or 0xF813BB) is unknown color: approx Shocking Pink. HEX triplet: F8, 13 and BB. RGB value is (248,19,187). Sum of RGB (Red+Green+Blue) = 248+19+187=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F813BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F813BB is #07EC44. Grayscale: #6A6A6A. Windows color (decimal): -519237 or 12260344. OLE color: 12260344.

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

Color convert

RGB24819187-
CMYK00.920.250.03
HSL315.98º94.24%52.35%-
HSV(B)315.98º92.34%97.25%-
XYZ47.9124.0149.12-
YUV106.62173.37228.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.63%
GREEN value IS 19 (7.81% from 255) = 4.19%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=54.63%
G=4.19%
B=41.19%

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
Decimal2481918700.920.250.03315.9894.2452.35
HexF813BB05C19313c5e34
Octal37023273013431347413664
Binary1111100010011101110110101110011001111001111001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F813BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F813BB; }

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

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

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

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

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

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

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

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