#F07DE4

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

Shades of Pale Magenta #F07DE4

Tints of Pale Magenta #F07DE4

Color information

#F07DE4 (or 0xF07DE4) is unknown color: approx Pale Magenta. HEX triplet: F0, 7D and E4. RGB value is (240,125,228). Sum of RGB (Red+Green+Blue) = 240+125+228=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DE4 is #0F821B. Grayscale: #AAAAAA. Windows color (decimal): -1016348 or 14974448. OLE color: 14974448.

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

Color convert

RGB240125228-
CMYK00.480.050.06
HSL306.26º79.31%71.57%-
HSV(B)306.26º47.92%94.12%-
XYZ57.2738.7977.87-
YUV171.13160.1177.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 125 (49.22% from 255) = 21.08%
BLUE value IS 228 (89.45% from 255) = 38.45%
R=40.47%
G=21.08%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012522800.480.050.06306.2679.3171.57
HexF07DE4030561324f48
Octal36017534406056462117110
Binary11110000111110111100100011000010111010011001010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07DE4; }

 p { color: rgb(240,125,228); }

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

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

 a { background-color: rgb(240,125,228); }

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

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

 span { border-color: rgb(240,125,228); }

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