#F719C3

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

Shades of Shocking Pink #F719C3

Tints of Shocking Pink #F719C3

Color information

#F719C3 (or 0xF719C3) is unknown color: approx Shocking Pink. HEX triplet: F7, 19 and C3. RGB value is (247,25,195). Sum of RGB (Red+Green+Blue) = 247+25+195=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F719C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F719C3 is #08E63C. Grayscale: #6E6E6E. Windows color (decimal): -583229 or 12786167. OLE color: 12786167.

HSL color Cylindrical-coordinate representation of color #F719C3: hue angle of 314.05º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F719C3 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB24725195-
CMYK00.900.210.03
HSL314.05º93.28%53.33%-
HSV(B)314.05º89.88%96.86%-
XYZ48.5624.4153.78-
YUV110.76175.55225.18-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.89%
GREEN value IS 25 (10.16% from 255) = 5.35%
BLUE value IS 195 (76.56% from 255) = 41.76%
R=52.89%
G=5.35%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472519500.900.210.03314.0593.2853.33
HexF719C305A15313a5d35
Octal36731303013225347213565
Binary1111011111001110000110101101010101111001110101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F719C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F719C3; }

 p { color: rgb(247,25,195); }

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

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

 a { background-color: rgb(247,25,195); }

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

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

 span { border-color: rgb(247,25,195); }

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