#F808BE

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

Shades of Shocking Pink #F808BE

Tints of Shocking Pink #F808BE

Color information

#F808BE (or 0xF808BE) is unknown color: approx Shocking Pink. HEX triplet: F8, 08 and BE. RGB value is (248,8,190). Sum of RGB (Red+Green+Blue) = 248+8+190=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F808BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F808BE is #07F741. Grayscale: #646464. Windows color (decimal): -522050 or 12454136. OLE color: 12454136.

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

Color convert

RGB2488190-
CMYK00.970.230.03
HSL314.5º94.49%50.2%-
HSV(B)314.5º96.77%97.25%-
XYZ48.0923.8550.78-
YUV100.51178.51233.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.61%
GREEN value IS 8 (3.52% from 255) = 1.79%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=55.61%
G=1.79%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248819000.970.230.03314.594.4950.2
HexF88BE06117313a5e32
Octal37010276014127347213662
Binary111110001000101111100110000110111111001110101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F808BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F808BE; }

 p { color: rgb(248,8,190); }

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

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

 a { background-color: rgb(248,8,190); }

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

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

 span { border-color: rgb(248,8,190); }

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