#F78BE1

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

Shades of Pale Magenta #F78BE1

Tints of Pale Magenta #F78BE1

Color information

#F78BE1 (or 0xF78BE1) is unknown color: approx Pale Magenta. HEX triplet: F7, 8B and E1. RGB value is (247,139,225). Sum of RGB (Red+Green+Blue) = 247+139+225=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78BE1 is #08741E. Grayscale: #B4B4B4. Windows color (decimal): -554015 or 14781431. OLE color: 14781431.

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

Color convert

RGB247139225-
CMYK00.440.090.03
HSL312.22º87.1%75.69%-
HSV(B)312.22º43.72%96.86%-
XYZ61.1843.6876.44-
YUV181.1152.78175.01-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.43%
GREEN value IS 139 (54.69% from 255) = 22.75%
BLUE value IS 225 (88.28% from 255) = 36.82%
R=40.43%
G=22.75%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713922500.440.090.03312.2287.175.69
HexF78BE102C93138574c
Octal367213341054113470127114
Binary111101111000101111100001010110010011110011100010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78BE1; }

 p { color: rgb(247,139,225); }

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

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

 a { background-color: rgb(247,139,225); }

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

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

 span { border-color: rgb(247,139,225); }

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