#F3057E

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

Shades of Deep Pink #F3057E

Tints of Deep Pink #F3057E

Color information

#F3057E (or 0xF3057E) is unknown color: approx Deep Pink. HEX triplet: F3, 05 and 7E. RGB value is (243,5,126). Sum of RGB (Red+Green+Blue) = 243+5+126=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F3057E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3057E is #0CFA81. Grayscale: #595959. Windows color (decimal): -850562 or 8259059. OLE color: 8259059.

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

Color convert

RGB2435126-
CMYK00.980.480.05
HSL329.5º95.97%48.63%-
HSV(B)329.5º97.94%95.29%-
XYZ40.7820.6721.58-
YUV89.96148.35237.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 64.97%
GREEN value IS 5 (2.34% from 255) = 1.34%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=64.97%
G=1.34%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243512600.980.480.05329.595.9748.63
HexF357E0623051496031
Octal3635176014260551114061
Binary111100111011111110011000101100001011010010011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3057E; }

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

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

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

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

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

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

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

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