#F400BB

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

Shades of Shocking Pink #F400BB

Tints of Shocking Pink #F400BB

Color information

#F400BB (or 0xF400BB) is unknown color: approx Shocking Pink. HEX triplet: F4, 00 and BB. RGB value is (244,0,187). Sum of RGB (Red+Green+Blue) = 244+0+187=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F400BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400BB is #0BFF44. Grayscale: #5D5D5D. Windows color (decimal): -786245 or 12255476. OLE color: 12255476.

HSL color Cylindrical-coordinate representation of color #F400BB: hue angle of 314.02º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F400BB is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB2440187-
CMYK010.230.04
HSL314.02º100%47.84%-
HSV(B)314.02º100%95.69%-
XYZ46.2822.8248.98-
YUV94.27180.34234.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=56.61%
G=0%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2440187010.230.04314.0210047.84
HexF40BB06417413a6430
Octal3640273014427447214460
Binary1111010001011101101100100101111001001110101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F400BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F400BB; }

 p { color: rgb(244,0,187); }

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

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

 a { background-color: rgb(244,0,187); }

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

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

 span { border-color: rgb(244,0,187); }

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