#F103B5

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

Shades of Shocking Pink #F103B5

Tints of Shocking Pink #F103B5

Color information

#F103B5 (or 0xF103B5) is unknown color: approx Shocking Pink. HEX triplet: F1, 03 and B5. RGB value is (241,3,181). Sum of RGB (Red+Green+Blue) = 241+3+181=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F103B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103B5 is #0EFC4A. Grayscale: #5D5D5D. Windows color (decimal): -982091 or 11863025. OLE color: 11863025.

HSL color Cylindrical-coordinate representation of color #F103B5: hue angle of 315.13º 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 #F103B5 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB2413181-
CMYK00.990.250.05
HSL315.13º97.54%47.84%-
HSV(B)315.13º98.76%94.51%-
XYZ44.6522.145.63-
YUV94.45176.85232.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.71%
GREEN value IS 3 (1.56% from 255) = 0.71%
BLUE value IS 181 (71.09% from 255) = 42.59%
R=56.71%
G=0.71%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241318100.990.250.05315.1397.5447.84
HexF13B506319513b6230
Octal3613265014331547314260
Binary11110001111011010101100011110011011001110111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F103B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F103B5; }

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

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

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

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

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

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

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

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