#F300BD

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

Shades of Shocking Pink #F300BD

Tints of Shocking Pink #F300BD

Color information

#F300BD (or 0xF300BD) is unknown color: approx Shocking Pink. HEX triplet: F3, 00 and BD. RGB value is (243,0,189). Sum of RGB (Red+Green+Blue) = 243+0+189=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F300BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300BD is #0CFF42. Grayscale: #5D5D5D. Windows color (decimal): -851779 or 12386547. OLE color: 12386547.

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

Color convert

RGB2430189-
CMYK010.220.05
HSL313.33º100%47.65%-
HSV(B)313.33º100%95.29%-
XYZ46.1522.7350.1-
YUV94.2181.51234.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=56.25%
G=0%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2430189010.220.05313.3310047.65
HexF30BD0641651396430
Octal3630275014426547114460
Binary1111001101011110101100100101101011001110011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F300BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F300BD; }

 p { color: rgb(243,0,189); }

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

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

 a { background-color: rgb(243,0,189); }

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

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

 span { border-color: rgb(243,0,189); }

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