#F375DE

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

Shades of Pale Magenta #F375DE

Tints of Pale Magenta #F375DE

Color information

#F375DE (or 0xF375DE) is unknown color: approx Pale Magenta. HEX triplet: F3, 75 and DE. RGB value is (243,117,222). Sum of RGB (Red+Green+Blue) = 243+117+222=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 117 (46.09% from 255 or 20.10% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F375DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375DE is #0C8A21. Grayscale: #A6A6A6. Windows color (decimal): -821794 or 14579187. OLE color: 14579187.

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

Color convert

RGB243117222-
CMYK00.520.090.05
HSL310º84%70.59%-
HSV(B)310º51.85%95.29%-
XYZ56.5137.0573.28-
YUV166.64159.24182.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.75%
GREEN value IS 117 (46.09% from 255) = 20.10%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=41.75%
G=20.10%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311722200.520.090.053108470.59
HexF375DE034951365447
Octal363165336064115466124107
Binary111100111110101110111100110100100110110011011010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F375DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F375DE; }

 p { color: rgb(243,117,222); }

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

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

 a { background-color: rgb(243,117,222); }

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

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

 span { border-color: rgb(243,117,222); }

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