#F3057A

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

Shades of Deep Pink #F3057A

Tints of Deep Pink #F3057A

Color information

#F3057A (or 0xF3057A) is unknown color: approx Deep Pink. HEX triplet: F3, 05 and 7A. RGB value is (243,5,122). Sum of RGB (Red+Green+Blue) = 243+5+122=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F3057A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3057A is #0CFA85. Grayscale: #595959. Windows color (decimal): -850566 or 7996915. OLE color: 7996915.

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

Color convert

RGB2435122-
CMYK00.980.500.05
HSL330.5º95.97%48.63%-
HSV(B)330.5º97.94%95.29%-
XYZ40.5320.5720.25-
YUV89.5146.35237.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 65.68%
GREEN value IS 5 (2.34% from 255) = 1.35%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=65.68%
G=1.35%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243512200.980.500.05330.595.9748.63
HexF357A06232514b6031
Octal3635172014262551314061
Binary111100111011111010011000101100101011010010111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3057A; }

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

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

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

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

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

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

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

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