#F78ADC

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

Shades of Pale Magenta #F78ADC

Tints of Pale Magenta #F78ADC

Color information

#F78ADC (or 0xF78ADC) is unknown color: approx Pale Magenta. HEX triplet: F7, 8A and DC. RGB value is (247,138,220). Sum of RGB (Red+Green+Blue) = 247+138+220=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ADC is #087523. Grayscale: #B3B3B3. Windows color (decimal): -554276 or 14453495. OLE color: 14453495.

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

Color convert

RGB247138220-
CMYK00.440.110.03
HSL314.86º87.2%75.49%-
HSV(B)314.86º44.13%96.86%-
XYZ60.3643.1272.85-
YUV179.94150.61175.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.83%
GREEN value IS 138 (54.30% from 255) = 22.81%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=40.83%
G=22.81%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713822000.440.110.03314.8687.275.49
HexF78ADC02CB313b574b
Octal367212334054133473127113
Binary111101111000101011011100010110010111110011101110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78ADC; }

 p { color: rgb(247,138,220); }

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

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

 a { background-color: rgb(247,138,220); }

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

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

 span { border-color: rgb(247,138,220); }

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