#F3058D

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

Shades of Deep Pink #F3058D

Tints of Deep Pink #F3058D

Color information

#F3058D (or 0xF3058D) is unknown color: approx Deep Pink. HEX triplet: F3, 05 and 8D. RGB value is (243,5,141). Sum of RGB (Red+Green+Blue) = 243+5+141=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F3058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3058D is #0CFA72. Grayscale: #5B5B5B. Windows color (decimal): -850547 or 9242099. OLE color: 9242099.

HSL color Cylindrical-coordinate representation of color #F3058D: hue angle of 325.71º 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 #F3058D is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB2435141-
CMYK00.980.420.05
HSL325.71º95.97%48.63%-
HSV(B)325.71º97.94%95.29%-
XYZ41.8221.0927.06-
YUV91.67155.85235.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 62.47%
GREEN value IS 5 (2.34% from 255) = 1.29%
BLUE value IS 141 (55.47% from 255) = 36.25%
R=62.47%
G=1.29%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243514100.980.420.05325.7195.9748.63
HexF358D0622A51466031
Octal3635215014252550614061
Binary1111001110110001101011000101010101011010001101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3058D; }

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

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

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

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

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

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

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

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