#F07ED4

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

Shades of Pale Magenta #F07ED4

Tints of Pale Magenta #F07ED4

Color information

#F07ED4 (or 0xF07ED4) is unknown color: approx Pale Magenta. HEX triplet: F0, 7E and D4. RGB value is (240,126,212). Sum of RGB (Red+Green+Blue) = 240+126+212=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ED4 is #0F812B. Grayscale: #A9A9A9. Windows color (decimal): -1016108 or 13926128. OLE color: 13926128.

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

Color convert

RGB240126212-
CMYK00.480.120.06
HSL314.74º79.17%71.76%-
HSV(B)314.74º47.5%94.12%-
XYZ55.2838.266.75-
YUV169.89151.77178.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.52%
GREEN value IS 126 (49.61% from 255) = 21.80%
BLUE value IS 212 (83.20% from 255) = 36.68%
R=41.52%
G=21.80%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012621200.480.120.06314.7479.1771.76
HexF07ED4030C613b4f48
Octal360176324060146473117110
Binary111100001111110110101000110000110011010011101110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07ED4; }

 p { color: rgb(240,126,212); }

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

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

 a { background-color: rgb(240,126,212); }

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

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

 span { border-color: rgb(240,126,212); }

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