#F07FDE

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

Shades of Pale Magenta #F07FDE

Tints of Pale Magenta #F07FDE

Color information

#F07FDE (or 0xF07FDE) is unknown color: approx Pale Magenta. HEX triplet: F0, 7F and DE. RGB value is (240,127,222). Sum of RGB (Red+Green+Blue) = 240+127+222=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FDE is #0F8021. Grayscale: #ABABAB. Windows color (decimal): -1015842 or 14581744. OLE color: 14581744.

HSL color Cylindrical-coordinate representation of color #F07FDE: hue angle of 309.56º 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 #F07FDE is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240127222-
CMYK00.470.080.06
HSL309.56º79.02%71.96%-
HSV(B)309.56º47.08%94.12%-
XYZ56.7138.9873.64-
YUV171.62156.44176.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 127 (50% from 255) = 21.56%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=40.75%
G=21.56%
B=37.69%

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
Decimal24012722200.470.080.06309.5679.0271.96
HexF07FDE02F861364f48
Octal360177336057106466117110
Binary111100001111111110111100101111100011010011011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07FDE; }

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

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

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

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

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

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

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

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