#F894ED

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

Shades of Pale Magenta #F894ED

Tints of Pale Magenta #F894ED

Color information

#F894ED (or 0xF894ED) is unknown color: approx Pale Magenta. HEX triplet: F8, 94 and ED. RGB value is (248,148,237). Sum of RGB (Red+Green+Blue) = 248+148+237=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 148 (58.20% from 255 or 23.38% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F894ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F894ED is #076B12. Grayscale: #BBBBBB. Windows color (decimal): -486163 or 15570168. OLE color: 15570168.

HSL color Cylindrical-coordinate representation of color #F894ED: hue angle of 306.6º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F894ED is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248148237-
CMYK00.400.040.03
HSL306.6º87.72%77.65%-
HSV(B)306.6º40.32%97.25%-
XYZ64.5947.2585.84-
YUV188.05155.63170.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.18%
GREEN value IS 148 (58.20% from 255) = 23.38%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=39.18%
G=23.38%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814823700.400.040.03306.687.7277.65
HexF894ED02843133584e
Octal37022435505043463130116
Binary11111000100101001110110101010001001110011001110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F894ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F894ED; }

 p { color: rgb(248,148,237); }

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

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

 a { background-color: rgb(248,148,237); }

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

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

 span { border-color: rgb(248,148,237); }

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