#F78FEA

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

Shades of Pale Magenta #F78FEA

Tints of Pale Magenta #F78FEA

Color information

#F78FEA (or 0xF78FEA) is unknown color: approx Pale Magenta. HEX triplet: F7, 8F and EA. RGB value is (247,143,234). Sum of RGB (Red+Green+Blue) = 247+143+234=624 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.58% from 624); Green value is 143 (56.25% from 255 or 22.92% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78FEA is #087015. Grayscale: #B8B8B8. Windows color (decimal): -552982 or 15372279. OLE color: 15372279.

HSL color Cylindrical-coordinate representation of color #F78FEA: hue angle of 307.5º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F78FEA is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB247143234-
CMYK00.420.050.03
HSL307.5º86.67%76.47%-
HSV(B)307.5º42.11%96.86%-
XYZ63.0345.3683.28-
YUV184.47155.96172.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.58%
GREEN value IS 143 (56.25% from 255) = 22.92%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=39.58%
G=22.92%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714323400.420.050.03307.586.6776.47
HexF78FEA02A53134574c
Octal36721735205253464127114
Binary11110111100011111110101001010101011110011010010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78FEA; }

 p { color: rgb(247,143,234); }

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

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

 a { background-color: rgb(247,143,234); }

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

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

 span { border-color: rgb(247,143,234); }

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