#F714D4

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

Shades of Shocking Pink #F714D4

Tints of Shocking Pink #F714D4

Color information

#F714D4 (or 0xF714D4) is unknown color: approx Shocking Pink. HEX triplet: F7, 14 and D4. RGB value is (247,20,212). Sum of RGB (Red+Green+Blue) = 247+20+212=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 20 (8.20% from 255 or 4.18% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F714D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714D4 is #08EB2B. Grayscale: #6D6D6D. Windows color (decimal): -584492 or 13898999. OLE color: 13898999.

HSL color Cylindrical-coordinate representation of color #F714D4: hue angle of 309.25º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F714D4 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB24720212-
CMYK00.920.140.03
HSL309.25º93.42%52.35%-
HSV(B)309.25º91.9%96.86%-
XYZ50.4925.0364.46-
YUV109.76185.71225.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.57%
GREEN value IS 20 (8.20% from 255) = 4.18%
BLUE value IS 212 (83.20% from 255) = 44.26%
R=51.57%
G=4.18%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472021200.920.140.03309.2593.4252.35
HexF714D405CE31355d34
Octal36724324013416346513564
Binary111101111010011010100010111001110111001101011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F714D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F714D4; }

 p { color: rgb(247,20,212); }

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

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

 a { background-color: rgb(247,20,212); }

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

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

 span { border-color: rgb(247,20,212); }

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