#F093E7

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

Shades of Pale Magenta #F093E7

Tints of Pale Magenta #F093E7

Color information

#F093E7 (or 0xF093E7) is unknown color: approx Pale Magenta. HEX triplet: F0, 93 and E7. RGB value is (240,147,231). Sum of RGB (Red+Green+Blue) = 240+147+231=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F093E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F093E7 is #0F6C18. Grayscale: #B8B8B8. Windows color (decimal): -1010713 or 15176688. OLE color: 15176688.

HSL color Cylindrical-coordinate representation of color #F093E7: hue angle of 305.81º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F093E7 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240147231-
CMYK00.390.040.06
HSL305.81º75.61%75.88%-
HSV(B)305.81º38.75%94.12%-
XYZ60.7945.1681.11-
YUV184.38154.31167.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 147 (57.81% from 255) = 23.79%
BLUE value IS 231 (90.62% from 255) = 37.38%
R=38.83%
G=23.79%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014723100.390.040.06305.8175.6175.88
HexF093E7027461324c4c
Octal36022334704746462114114
Binary111100001001001111100111010011110011010011001010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F093E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F093E7; }

 p { color: rgb(240,147,231); }

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

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

 a { background-color: rgb(240,147,231); }

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

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

 span { border-color: rgb(240,147,231); }

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