#F68CDA

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

Shades of Pale Magenta #F68CDA

Tints of Pale Magenta #F68CDA

Color information

#F68CDA (or 0xF68CDA) is unknown color: approx Pale Magenta. HEX triplet: F6, 8C and DA. RGB value is (246,140,218). Sum of RGB (Red+Green+Blue) = 246+140+218=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CDA is #097325. Grayscale: #B4B4B4. Windows color (decimal): -619302 or 14322934. OLE color: 14322934.

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

Color convert

RGB246140218-
CMYK00.430.110.04
HSL315.85º85.48%75.69%-
HSV(B)315.85º43.09%96.47%-
XYZ60.0443.4171.54-
YUV180.59149.12174.66-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.73%
GREEN value IS 140 (55.08% from 255) = 23.18%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=40.73%
G=23.18%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614021800.430.110.04315.8585.4875.69
HexF68CDA02BB413c554c
Octal366214332053134474125114
Binary1111011010001100110110100101011101110010011110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68CDA; }

 p { color: rgb(246,140,218); }

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

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

 a { background-color: rgb(246,140,218); }

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

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

 span { border-color: rgb(246,140,218); }

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