#F379DC

Color #F379DC Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F379DC

Tints of Pale Magenta #F379DC

Color information

#F379DC (or 0xF379DC) is unknown color: approx Pale Magenta. HEX triplet: F3, 79 and DC. RGB value is (243,121,220). Sum of RGB (Red+Green+Blue) = 243+121+220=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 121 (47.66% from 255 or 20.72% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F379DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379DC is #0C8623. Grayscale: #A8A8A8. Windows color (decimal): -820772 or 14449139. OLE color: 14449139.

HSL color Cylindrical-coordinate representation of color #F379DC: hue angle of 311.31º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F379DC is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243121220-
CMYK00.500.090.05
HSL311.31º83.56%71.37%-
HSV(B)311.31º50.21%95.29%-
XYZ56.7237.972.04-
YUV168.76156.92180.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.61%
GREEN value IS 121 (47.66% from 255) = 20.72%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=41.61%
G=20.72%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312122000.500.090.05311.3183.5671.37
HexF379DC032951375447
Octal363171334062115467124107
Binary111100111111001110111000110010100110110011011110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F379DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F379DC; }

 p { color: rgb(243,121,220); }

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

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

 a { background-color: rgb(243,121,220); }

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

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

 span { border-color: rgb(243,121,220); }

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