#F7007E

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

Shades of Deep Pink #F7007E

Tints of Deep Pink #F7007E

Color information

#F7007E (or 0xF7007E) is unknown color: approx Deep Pink. HEX triplet: F7, 00 and 7E. RGB value is (247,0,126). Sum of RGB (Red+Green+Blue) = 247+0+126=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F7007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7007E is #08FF81. Grayscale: #575757. Windows color (decimal): -589698 or 8257783. OLE color: 8257783.

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

Color convert

RGB2470126-
CMYK010.490.03
HSL329.39º100%48.43%-
HSV(B)329.39º100%96.86%-
XYZ42.1221.2821.63-
YUV88.22149.33241.25-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 66.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 33.78%
R=66.22%
G=0%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2470126010.490.03329.3910048.43
HexF707E0643131496430
Octal3670176014461351114460
Binary111101110111111001100100110001111010010011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7007E; }

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

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

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

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

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

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

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

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