#F614BB

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

Shades of Shocking Pink #F614BB

Tints of Shocking Pink #F614BB

Color information

#F614BB (or 0xF614BB) is unknown color: approx Shocking Pink. HEX triplet: F6, 14 and BB. RGB value is (246,20,187). Sum of RGB (Red+Green+Blue) = 246+20+187=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F614BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614BB is #09EB44. Grayscale: #6A6A6A. Windows color (decimal): -650053 or 12260598. OLE color: 12260598.

HSL color Cylindrical-coordinate representation of color #F614BB: hue angle of 315.66º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F614BB is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB24620187-
CMYK00.920.240.04
HSL315.66º92.62%52.16%-
HSV(B)315.66º91.87%96.47%-
XYZ47.2323.6849.1-
YUV106.61173.37227.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.30%
GREEN value IS 20 (8.20% from 255) = 4.42%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=54.30%
G=4.42%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462018700.920.240.04315.6692.6252.16
HexF614BB05C18413c5d34
Octal36624273013430447413564
Binary11110110101001011101101011100110001001001111001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F614BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F614BB; }

 p { color: rgb(246,20,187); }

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

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

 a { background-color: rgb(246,20,187); }

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

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

 span { border-color: rgb(246,20,187); }

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