#F3057D

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

Shades of Deep Pink #F3057D

Tints of Deep Pink #F3057D

Color information

#F3057D (or 0xF3057D) is unknown color: approx Deep Pink. HEX triplet: F3, 05 and 7D. RGB value is (243,5,125). Sum of RGB (Red+Green+Blue) = 243+5+125=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F3057D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3057D is #0CFA82. Grayscale: #595959. Windows color (decimal): -850563 or 8193523. OLE color: 8193523.

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

Color convert

RGB2435125-
CMYK00.980.490.05
HSL329.75º95.97%48.63%-
HSV(B)329.75º97.94%95.29%-
XYZ40.7220.6421.24-
YUV89.84147.85237.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 65.15%
GREEN value IS 5 (2.34% from 255) = 1.34%
BLUE value IS 125 (49.22% from 255) = 33.51%
R=65.15%
G=1.34%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243512500.980.490.05329.7595.9748.63
HexF357D06231514a6031
Octal3635175014261551214061
Binary111100111011111101011000101100011011010010101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3057D; }

 p { color: rgb(243,5,125); }

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

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

 a { background-color: rgb(243,5,125); }

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

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

 span { border-color: rgb(243,5,125); }

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