#F675DA

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

Shades of Pale Magenta #F675DA

Tints of Pale Magenta #F675DA

Color information

#F675DA (or 0xF675DA) is unknown color: approx Pale Magenta. HEX triplet: F6, 75 and DA. RGB value is (246,117,218). Sum of RGB (Red+Green+Blue) = 246+117+218=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 117 (46.09% from 255 or 20.14% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F675DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675DA is #098A25. Grayscale: #A6A6A6. Windows color (decimal): -625190 or 14317046. OLE color: 14317046.

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

Color convert

RGB246117218-
CMYK00.520.110.04
HSL313.02º87.76%71.18%-
HSV(B)313.02º52.44%96.47%-
XYZ57.0237.3870.54-
YUV167.08156.74184.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.34%
GREEN value IS 117 (46.09% from 255) = 20.14%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=42.34%
G=20.14%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611721800.520.110.04313.0287.7671.18
HexF675DA034B41395847
Octal366165332064134471130107
Binary111101101110101110110100110100101110010011100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F675DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F675DA; }

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

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

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

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

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

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

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

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