#F07FDC

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

Shades of Pale Magenta #F07FDC

Tints of Pale Magenta #F07FDC

Color information

#F07FDC (or 0xF07FDC) is unknown color: approx Pale Magenta. HEX triplet: F0, 7F and DC. RGB value is (240,127,220). Sum of RGB (Red+Green+Blue) = 240+127+220=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 127 (50% from 255 or 21.64% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FDC is #0F8023. Grayscale: #ABABAB. Windows color (decimal): -1015844 or 14450672. OLE color: 14450672.

HSL color Cylindrical-coordinate representation of color #F07FDC: hue angle of 310.62º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FDC is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240127220-
CMYK00.470.080.06
HSL310.62º79.02%71.96%-
HSV(B)310.62º47.08%94.12%-
XYZ56.4438.8772.24-
YUV171.39155.44176.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.89%
GREEN value IS 127 (50% from 255) = 21.64%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=40.89%
G=21.64%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012722000.470.080.06310.6279.0271.96
HexF07FDC02F861374f48
Octal360177334057106467117110
Binary111100001111111110111000101111100011010011011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07FDC; }

 p { color: rgb(240,127,220); }

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

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

 a { background-color: rgb(240,127,220); }

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

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

 span { border-color: rgb(240,127,220); }

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