#F71FCA

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

Shades of Shocking Pink #F71FCA

Tints of Shocking Pink #F71FCA

Color information

#F71FCA (or 0xF71FCA) is unknown color: approx Shocking Pink. HEX triplet: F7, 1F and CA. RGB value is (247,31,202). Sum of RGB (Red+Green+Blue) = 247+31+202=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 31 (12.5% from 255 or 6.46% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F71FCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71FCA is #08E035. Grayscale: #727272. Windows color (decimal): -581686 or 13246455. OLE color: 13246455.

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

Color convert

RGB24731202-
CMYK00.870.180.03
HSL312.5º93.1%54.51%-
HSV(B)312.5º87.45%96.86%-
XYZ49.5125.0258.1-
YUV115.08177.06222.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.46%
GREEN value IS 31 (12.5% from 255) = 6.46%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=51.46%
G=6.46%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2473120200.870.180.03312.593.154.51
HexF71FCA0571231385d37
Octal36737312012722347013567
Binary1111011111111110010100101011110010111001110001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71FCA; }

 p { color: rgb(247,31,202); }

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

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

 a { background-color: rgb(247,31,202); }

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

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

 span { border-color: rgb(247,31,202); }

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