#F71CC9

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

Shades of Shocking Pink #F71CC9

Tints of Shocking Pink #F71CC9

Color information

#F71CC9 (or 0xF71CC9) is unknown color: approx Shocking Pink. HEX triplet: F7, 1C and C9. RGB value is (247,28,201). Sum of RGB (Red+Green+Blue) = 247+28+201=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CC9 is #08E336. Grayscale: #707070. Windows color (decimal): -582455 or 13180151. OLE color: 13180151.

HSL color Cylindrical-coordinate representation of color #F71CC9: hue angle of 312.6º 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 #F71CC9 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB24728201-
CMYK00.890.190.03
HSL312.6º93.19%53.92%-
HSV(B)312.6º88.66%96.86%-
XYZ49.3224.8257.45-
YUV113.2177.55223.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.89%
GREEN value IS 28 (11.33% from 255) = 5.88%
BLUE value IS 201 (78.91% from 255) = 42.23%
R=51.89%
G=5.88%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472820100.890.190.03312.693.1953.92
HexF71CC90591331395d36
Octal36734311013123347113566
Binary1111011111100110010010101100110011111001110011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71CC9; }

 p { color: rgb(247,28,201); }

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

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

 a { background-color: rgb(247,28,201); }

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

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

 span { border-color: rgb(247,28,201); }

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