#F893F0

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

Shades of Pale Magenta #F893F0

Tints of Pale Magenta #F893F0

Color information

#F893F0 (or 0xF893F0) is unknown color: approx Pale Magenta. HEX triplet: F8, 93 and F0. RGB value is (248,147,240). Sum of RGB (Red+Green+Blue) = 248+147+240=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 147 (57.81% from 255 or 23.15% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F893F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F893F0 is #076C0F. Grayscale: #BBBBBB. Windows color (decimal): -486416 or 15766520. OLE color: 15766520.

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

Color convert

RGB248147240-
CMYK00.410.030.03
HSL304.75º87.83%77.45%-
HSV(B)304.75º40.73%97.25%-
XYZ64.8747.1288.11-
YUV187.8157.46170.94-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.06%
GREEN value IS 147 (57.81% from 255) = 23.15%
BLUE value IS 240 (94.14% from 255) = 37.80%
R=39.06%
G=23.15%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814724000.410.030.03304.7587.8377.45
HexF893F002933131584d
Octal37022336005133461130115
Binary1111100010010011111100000101001111110011000110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F893F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F893F0; }

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

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

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

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

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

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

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

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