#F410C1

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

Shades of Shocking Pink #F410C1

Tints of Shocking Pink #F410C1

Color information

#F410C1 (or 0xF410C1) is unknown color: approx Shocking Pink. HEX triplet: F4, 10 and C1. RGB value is (244,16,193). Sum of RGB (Red+Green+Blue) = 244+16+193=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F410C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F410C1 is #0BEF3E. Grayscale: #676767. Windows color (decimal): -782143 or 12652788. OLE color: 12652788.

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

Color convert

RGB24416193-
CMYK00.930.210.04
HSL313.42º91.2%50.98%-
HSV(B)313.42º93.44%95.69%-
XYZ47.1223.4552.5-
YUV104.35178.04227.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.86%
GREEN value IS 16 (6.64% from 255) = 3.53%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=53.86%
G=3.53%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441619300.930.210.04313.4291.250.98
HexF410C105D1541395b33
Octal36420301013525447113363
Binary11110100100001100000101011101101011001001110011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F410C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F410C1; }

 p { color: rgb(244,16,193); }

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

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

 a { background-color: rgb(244,16,193); }

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

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

 span { border-color: rgb(244,16,193); }

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