#f71ace

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

Shades of Shocking Pink #F71ACE

Tints of Shocking Pink #F71ACE

Color information

#F71ACE (or 0xF71ACE) is unknown color: approx Shocking Pink. HEX triplet: F7, 1A and CE. RGB value is (247,26,206). Sum of RGB (Red+Green+Blue) = 247+26+206=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ACE is #08E531. Grayscale: #707070. Windows color (decimal): -582962 or 13507319. OLE color: 13507319.

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

Color convert

RGB24726206-
CMYK00.890.170.03
HSL311.13º93.25%53.53%-
HSV(B)311.13º89.47%96.86%-
XYZ49.8724.9760.58-
YUV112.6180.72223.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.57%
GREEN value IS 26 (10.55% from 255) = 5.43%
BLUE value IS 206 (80.86% from 255) = 43.01%
R=51.57%
G=5.43%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472620600.890.170.03311.1393.2553.53
HexF71ACE0591131375d36
Octal36732316013121346713566
Binary1111011111010110011100101100110001111001101111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f71ace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f71ace; }

 p { color: rgb(247,26,206); }

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

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

 a { background-color: rgb(247,26,206); }

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

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

 span { border-color: rgb(247,26,206); }

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