#F7007C

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

Shades of Deep Pink #F7007C

Tints of Deep Pink #F7007C

Color information

#F7007C (or 0xF7007C) is unknown color: approx Deep Pink. HEX triplet: F7, 00 and 7C. RGB value is (247,0,124). Sum of RGB (Red+Green+Blue) = 247+0+124=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F7007C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7007C is #08FF83. Grayscale: #575757. Windows color (decimal): -589700 or 8126711. OLE color: 8126711.

HSL color Cylindrical-coordinate representation of color #F7007C: hue angle of 329.88º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7007C is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB2470124-
CMYK010.500.03
HSL329.88º100%48.43%-
HSV(B)329.88º100%96.86%-
XYZ4221.2320.95-
YUV87.99148.33241.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 66.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=66.58%
G=0%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2470124010.500.03329.8810048.43
HexF707C06432314a6430
Octal3670174014462351214460
Binary111101110111110001100100110010111010010101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7007C; }

 p { color: rgb(247,0,124); }

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

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

 a { background-color: rgb(247,0,124); }

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

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

 span { border-color: rgb(247,0,124); }

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