#f804be

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

Shades of Shocking Pink #F804BE

Tints of Shocking Pink #F804BE

Color information

#F804BE (or 0xF804BE) is unknown color: approx Shocking Pink. HEX triplet: F8, 04 and BE. RGB value is (248,4,190). Sum of RGB (Red+Green+Blue) = 248+4+190=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F804BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F804BE is #07FB41. Grayscale: #616161. Windows color (decimal): -523074 or 12453112. OLE color: 12453112.

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

Color convert

RGB2484190-
CMYK00.980.230.03
HSL314.26º96.83%49.41%-
HSV(B)314.26º98.39%97.25%-
XYZ48.0523.7650.77-
YUV98.16179.84234.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.11%
GREEN value IS 4 (1.95% from 255) = 0.90%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=56.11%
G=0.90%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248419000.980.230.03314.2696.8349.41
HexF84BE06217313a6131
Octal3704276014227347214161
Binary11111000100101111100110001010111111001110101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f804be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f804be; }

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

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

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

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

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

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

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

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