Html Css Color HEX #F68DDF Pale Magenta

📋 copy color: '#F68DDF'

red 246 ◦ green 141 ◦ blue 223

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

Shades of Pale Magenta #F68DDF

Tints of Pale Magenta #F68DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.11%

 BLUE value IS 223 (87.5% from 255) = 36.56%

R = 40.33%
G = 23.11%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F68DDF (or 0xF68DDF) is known color: Pale Magenta. HEX triplet: F6, 8D and DF. RGB value is (246,141,223). Sum of RGB (Red+Green+Blue) = 246+141+223=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68DDF is #097220. Grayscale: #B5B5B5. Windows color (decimal): -619041 or 14650870. OLE color: 14650870.

HSL color Cylindrical-coordinate representation of color #F68DDF: hue angle of 313.14º 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 #F68DDF is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 141 223 -
CMYK 0 0.43 0.09 0.04
HSL 313.14º 0.85% 0.76% -
HSV(B) 313.14º 0.43% 0.96% -
XYZ 60.85 43.97 75.09 -
YUV 181.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 246 141 223 0 0.43 0.09 0.04 313.14 0.85 0.76
Hex F6 8D DF 0 2B 9 4 139 55 4C
Octal 366 215 337 0 53 11 4 471 125 114
Binary 11110110 10001101 11011111 0 101011 1001 100 100111001 1010101 1001100

Color Harmonies of #F68DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68DDF

Black with #F68DDF

Text Example


Text Example

White with #F68DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68DDF; }

 p { color: rgb(246,141,223); }

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

background-color css

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

 a { background-color: rgb(246,141,223); }

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

border-color css

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

 span { border-color: rgb(246,141,223); }

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