#F375E0

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

Shades of Pale Magenta #F375E0

Tints of Pale Magenta #F375E0

Color information

#F375E0 (or 0xF375E0) is unknown color: approx Pale Magenta. HEX triplet: F3, 75 and E0. RGB value is (243,117,224). Sum of RGB (Red+Green+Blue) = 243+117+224=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F375E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375E0 is #0C8A1F. Grayscale: #A6A6A6. Windows color (decimal): -821792 or 14710259. OLE color: 14710259.

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

Color convert

RGB243117224-
CMYK00.520.080.05
HSL309.05º84%70.59%-
HSV(B)309.05º51.85%95.29%-
XYZ56.7837.1674.7-
YUV166.87160.24182.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.61%
GREEN value IS 117 (46.09% from 255) = 20.03%
BLUE value IS 224 (87.89% from 255) = 38.36%
R=41.61%
G=20.03%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311722400.520.080.05309.058470.59
HexF375E0034851355447
Octal363165340064105465124107
Binary111100111110101111000000110100100010110011010110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F375E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F375E0; }

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

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

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

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

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

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

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

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