#F379E4

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

Shades of Pale Magenta #F379E4

Tints of Pale Magenta #F379E4

Color information

#F379E4 (or 0xF379E4) is unknown color: approx Pale Magenta. HEX triplet: F3, 79 and E4. RGB value is (243,121,228). Sum of RGB (Red+Green+Blue) = 243+121+228=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 121 (47.66% from 255 or 20.44% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F379E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379E4 is #0C861B. Grayscale: #A9A9A9. Windows color (decimal): -820764 or 14973427. OLE color: 14973427.

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

Color convert

RGB243121228-
CMYK00.500.060.05
HSL307.38º83.56%71.37%-
HSV(B)307.38º50.21%95.29%-
XYZ57.838.3377.75-
YUV169.68160.92180.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.05%
GREEN value IS 121 (47.66% from 255) = 20.44%
BLUE value IS 228 (89.45% from 255) = 38.51%
R=41.05%
G=20.44%
B=38.51%

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
Decimal24312122800.500.060.05307.3883.5671.37
HexF379E4032651335447
Octal36317134406265463124107
Binary11110011111100111100100011001011010110011001110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F379E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F379E4; }

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

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

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

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

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

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

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

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