#F78CDA

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

Shades of Pale Magenta #F78CDA

Tints of Pale Magenta #F78CDA

Color information

#F78CDA (or 0xF78CDA) is unknown color: approx Pale Magenta. HEX triplet: F7, 8C and DA. RGB value is (247,140,218). Sum of RGB (Red+Green+Blue) = 247+140+218=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CDA is #087325. Grayscale: #B4B4B4. Windows color (decimal): -553766 or 14322935. OLE color: 14322935.

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

Color convert

RGB247140218-
CMYK00.430.120.03
HSL316.26º86.99%75.88%-
HSV(B)316.26º43.32%96.86%-
XYZ60.3943.5971.56-
YUV180.88148.95175.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.83%
GREEN value IS 140 (55.08% from 255) = 23.14%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=40.83%
G=23.14%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714021800.430.120.03316.2686.9975.88
HexF78CDA02BC313c574c
Octal367214332053143474127114
Binary111101111000110011011010010101111001110011110010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78CDA; }

 p { color: rgb(247,140,218); }

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

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

 a { background-color: rgb(247,140,218); }

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

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

 span { border-color: rgb(247,140,218); }

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