#F3057B

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

Shades of Deep Pink #F3057B

Tints of Deep Pink #F3057B

Color information

#F3057B (or 0xF3057B) is unknown color: approx Deep Pink. HEX triplet: F3, 05 and 7B. RGB value is (243,5,123). Sum of RGB (Red+Green+Blue) = 243+5+123=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F3057B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3057B is #0CFA84. Grayscale: #595959. Windows color (decimal): -850565 or 8062451. OLE color: 8062451.

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

Color convert

RGB2435123-
CMYK00.980.490.05
HSL330.25º95.97%48.63%-
HSV(B)330.25º97.94%95.29%-
XYZ40.5920.5920.57-
YUV89.61146.85237.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 65.50%
GREEN value IS 5 (2.34% from 255) = 1.35%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=65.50%
G=1.35%
B=33.15%

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
Decimal243512300.980.490.05330.2595.9748.63
HexF357B06231514a6031
Octal3635173014261551214061
Binary111100111011111011011000101100011011010010101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3057B; }

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

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

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

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

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

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

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

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