#F379E5

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

Shades of Pale Magenta #F379E5

Tints of Pale Magenta #F379E5

Color information

#F379E5 (or 0xF379E5) is unknown color: approx Pale Magenta. HEX triplet: F3, 79 and E5. RGB value is (243,121,229). Sum of RGB (Red+Green+Blue) = 243+121+229=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 121 (47.66% from 255 or 20.40% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F379E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379E5 is #0C861A. Grayscale: #A9A9A9. Windows color (decimal): -820763 or 15038963. OLE color: 15038963.

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

Color convert

RGB243121229-
CMYK00.500.060.05
HSL306.89º83.56%71.37%-
HSV(B)306.89º50.21%95.29%-
XYZ57.9438.3978.48-
YUV169.79161.42180.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.98%
GREEN value IS 121 (47.66% from 255) = 20.40%
BLUE value IS 229 (89.84% from 255) = 38.62%
R=40.98%
G=20.40%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312122900.500.060.05306.8983.5671.37
HexF379E5032651335447
Octal36317134506265463124107
Binary11110011111100111100101011001011010110011001110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F379E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F379E5; }

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

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

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

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

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

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

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

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