#F5067F

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

Shades of Deep Pink #F5067F

Tints of Deep Pink #F5067F

Color information

#F5067F (or 0xF5067F) is unknown color: approx Deep Pink. HEX triplet: F5, 06 and 7F. RGB value is (245,6,127). Sum of RGB (Red+Green+Blue) = 245+6+127=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F5067F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5067F is #0AF980. Grayscale: #5B5B5B. Windows color (decimal): -719233 or 8324853. OLE color: 8324853.

HSL color Cylindrical-coordinate representation of color #F5067F: hue angle of 329.62º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5067F is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB2456127-
CMYK00.980.480.04
HSL329.62º95.22%49.22%-
HSV(B)329.62º97.55%96.08%-
XYZ41.5521.0821.96-
YUV91.26148.18237.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.81%
GREEN value IS 6 (2.73% from 255) = 1.59%
BLUE value IS 127 (50% from 255) = 33.60%
R=64.81%
G=1.59%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245612700.980.480.04329.6295.2249.22
HexF567F06230414a5f31
Octal3656177014260451213761
Binary111101011101111111011000101100001001010010101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5067F; }

 p { color: rgb(245,6,127); }

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

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

 a { background-color: rgb(245,6,127); }

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

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

 span { border-color: rgb(245,6,127); }

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