#F814BA

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

Shades of Shocking Pink #F814BA

Tints of Shocking Pink #F814BA

Color information

#F814BA (or 0xF814BA) is unknown color: approx Shocking Pink. HEX triplet: F8, 14 and BA. RGB value is (248,20,186). Sum of RGB (Red+Green+Blue) = 248+20+186=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F814BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F814BA is #07EB45. Grayscale: #6A6A6A. Windows color (decimal): -518982 or 12195064. OLE color: 12195064.

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

Color convert

RGB24820186-
CMYK00.920.250.03
HSL316.32º94.21%52.55%-
HSV(B)316.32º91.94%97.25%-
XYZ47.822448.57-
YUV107.1172.54228.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.63%
GREEN value IS 20 (8.20% from 255) = 4.41%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=54.63%
G=4.41%
B=40.97%

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
Decimal2482018600.920.250.03316.3294.2152.55
HexF814BA05C19313c5e35
Octal37024272013431347413665
Binary1111100010100101110100101110011001111001111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F814BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F814BA; }

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

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

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

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

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

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

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

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