#F68BDA

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

Shades of Pale Magenta #F68BDA

Tints of Pale Magenta #F68BDA

Color information

#F68BDA (or 0xF68BDA) is unknown color: approx Pale Magenta. HEX triplet: F6, 8B and DA. RGB value is (246,139,218). Sum of RGB (Red+Green+Blue) = 246+139+218=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 139 (54.69% from 255 or 23.05% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BDA is #097425. Grayscale: #B3B3B3. Windows color (decimal): -619558 or 14322678. OLE color: 14322678.

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

Color convert

RGB246139218-
CMYK00.430.110.04
HSL315.7º85.6%75.49%-
HSV(B)315.7º43.5%96.47%-
XYZ59.8943.1271.5-
YUV180149.45175.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.80%
GREEN value IS 139 (54.69% from 255) = 23.05%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=40.80%
G=23.05%
B=36.15%

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
Decimal24613921800.430.110.04315.785.675.49
HexF68BDA02BB413c564b
Octal366213332053134474126113
Binary1111011010001011110110100101011101110010011110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68BDA; }

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

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

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

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

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

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

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

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