#F103B6

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

Shades of Shocking Pink #F103B6

Tints of Shocking Pink #F103B6

Color information

#F103B6 (or 0xF103B6) is unknown color: approx Shocking Pink. HEX triplet: F1, 03 and B6. RGB value is (241,3,182). Sum of RGB (Red+Green+Blue) = 241+3+182=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F103B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103B6 is #0EFC49. Grayscale: #5E5E5E. Windows color (decimal): -982090 or 11928561. OLE color: 11928561.

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

Color convert

RGB2413182-
CMYK00.990.240.05
HSL314.87º97.54%47.84%-
HSV(B)314.87º98.76%94.51%-
XYZ44.7522.1446.17-
YUV94.57177.35232.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.57%
GREEN value IS 3 (1.56% from 255) = 0.70%
BLUE value IS 182 (71.48% from 255) = 42.72%
R=56.57%
G=0.70%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241318200.990.240.05314.8797.5447.84
HexF13B606318513b6230
Octal3613266014330547314260
Binary11110001111011011001100011110001011001110111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F103B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F103B6; }

 p { color: rgb(241,3,182); }

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

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

 a { background-color: rgb(241,3,182); }

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

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

 span { border-color: rgb(241,3,182); }

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