#F075E3

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

Shades of Pale Magenta #F075E3

Tints of Pale Magenta #F075E3

Color information

#F075E3 (or 0xF075E3) is unknown color: approx Pale Magenta. HEX triplet: F0, 75 and E3. RGB value is (240,117,227). Sum of RGB (Red+Green+Blue) = 240+117+227=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F075E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075E3 is #0F8A1C. Grayscale: #A6A6A6. Windows color (decimal): -1018397 or 14906864. OLE color: 14906864.

HSL color Cylindrical-coordinate representation of color #F075E3: hue angle of 306.34º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075E3 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB240117227-
CMYK00.510.050.06
HSL306.34º80.39%70%-
HSV(B)306.34º51.25%94.12%-
XYZ56.1636.7976.81-
YUV166.32162.25180.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.10%
GREEN value IS 117 (46.09% from 255) = 20.03%
BLUE value IS 227 (89.06% from 255) = 38.87%
R=41.10%
G=20.03%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011722700.510.050.06306.3480.3970
HexF075E3033561325046
Octal36016534306356462120106
Binary11110000111010111100011011001110111010011001010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F075E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F075E3; }

 p { color: rgb(240,117,227); }

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

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

 a { background-color: rgb(240,117,227); }

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

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

 span { border-color: rgb(240,117,227); }

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