Html Css Color HEX #F685DA Pale Magenta

📋 copy color: '#F685DA'

red 246 ◦ green 133 ◦ blue 218

#F685DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #F685DA

Tints of Pale Magenta #F685DA

RGB

 RED value IS 246 (96.48% from 255) = 41.21%

 GREEN value IS 133 (52.34% from 255) = 22.28%

 BLUE value IS 218 (85.55% from 255) = 36.52%

R = 41.21%
G = 22.28%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F685DA (or 0xF685DA) is known color: Pale Magenta. HEX triplet: F6, 85 and DA. RGB value is (246,133,218). Sum of RGB (Red+Green+Blue) = 246+133+218=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F685DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685DA is #097A25. Grayscale: #B0B0B0. Windows color (decimal): -621094 or 14321142. OLE color: 14321142.

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

Color convert

RGB 246 133 218 -
CMYK 0 0.46 0.11 0.04
HSL 314.87º 0.86% 0.74% -
HSV(B) 314.87º 0.46% 0.96% -
XYZ 59.05 41.43 71.21 -
YUV 176.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 246 133 218 0 0.46 0.11 0.04 314.87 0.86 0.74
Hex F6 85 DA 0 2E B 4 13B 56 4A
Octal 366 205 332 0 56 13 4 473 126 112
Binary 11110110 10000101 11011010 0 101110 1011 100 100111011 1010110 1001010

Color Harmonies of #F685DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F685DA

Black with #F685DA

Text Example


Text Example

White with #F685DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F685DA; }

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

 H1.HeaderClassName
 {
   color: #F685DA;
 }
 .AnyTagClassName
 {
   color: #F685DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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