#F68AE8

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

Shades of Pale Magenta #F68AE8

Tints of Pale Magenta #F68AE8

Color information

#F68AE8 (or 0xF68AE8) is unknown color: approx Pale Magenta. HEX triplet: F6, 8A and E8. RGB value is (246,138,232). Sum of RGB (Red+Green+Blue) = 246+138+232=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 138 (54.30% from 255 or 22.40% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68AE8 is #097517. Grayscale: #B4B4B4. Windows color (decimal): -619800 or 15239926. OLE color: 15239926.

HSL color Cylindrical-coordinate representation of color #F68AE8: hue angle of 307.78º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68AE8 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB246138232-
CMYK00.440.060.04
HSL307.78º85.71%75.29%-
HSV(B)307.78º43.9%96.47%-
XYZ61.6643.681.51-
YUV181.01156.78174.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.94%
GREEN value IS 138 (54.30% from 255) = 22.40%
BLUE value IS 232 (91.02% from 255) = 37.66%
R=39.94%
G=22.40%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613823200.440.060.04307.7885.7175.29
HexF68AE802C64134564b
Octal36621235005464464126113
Binary111101101000101011101000010110011010010011010010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68AE8; }

 p { color: rgb(246,138,232); }

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

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

 a { background-color: rgb(246,138,232); }

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

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

 span { border-color: rgb(246,138,232); }

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