#F68EDD

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

Shades of Pale Magenta #F68EDD

Tints of Pale Magenta #F68EDD

Color information

#F68EDD (or 0xF68EDD) is unknown color: approx Pale Magenta. HEX triplet: F6, 8E and DD. RGB value is (246,142,221). Sum of RGB (Red+Green+Blue) = 246+142+221=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68EDD is #097122. Grayscale: #B5B5B5. Windows color (decimal): -618787 or 14520054. OLE color: 14520054.

HSL color Cylindrical-coordinate representation of color #F68EDD: hue angle of 314.42º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68EDD is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB246142221-
CMYK00.420.100.04
HSL314.42º85.25%76.08%-
HSV(B)314.42º42.28%96.47%-
XYZ60.7344.1673.73-
YUV182.1149.96173.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.39%
GREEN value IS 142 (55.86% from 255) = 23.32%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=40.39%
G=23.32%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614222100.420.100.04314.4285.2576.08
HexF68EDD02AA413a554c
Octal366216335052124472125114
Binary1111011010001110110111010101010101010010011101010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68EDD; }

 p { color: rgb(246,142,221); }

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

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

 a { background-color: rgb(246,142,221); }

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

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

 span { border-color: rgb(246,142,221); }

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