Html Css Color HEX #F681DF Pale Magenta

📋 copy color: '#F681DF'

red 246 ◦ green 129 ◦ blue 223

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

Shades of Pale Magenta #F681DF

Tints of Pale Magenta #F681DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.57%

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

R = 41.14%
G = 21.57%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F681DF (or 0xF681DF) is known color: Pale Magenta. HEX triplet: F6, 81 and DF. RGB value is (246,129,223). Sum of RGB (Red+Green+Blue) = 246+129+223=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 129 (50.78% from 255 or 21.57% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F681DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681DF is #097E20. Grayscale: #AEAEAE. Windows color (decimal): -622113 or 14647798. OLE color: 14647798.

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

Color convert

RGB 246 129 223 -
CMYK 0 0.48 0.09 0.04
HSL 311.79º 0.87% 0.74% -
HSV(B) 311.79º 0.48% 0.96% -
XYZ 59.18 40.62 74.53 -
YUV 174.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 246 129 223 0 0.48 0.09 0.04 311.79 0.87 0.74
Hex F6 81 DF 0 30 9 4 138 57 4A
Octal 366 201 337 0 60 11 4 470 127 112
Binary 11110110 10000001 11011111 0 110000 1001 100 100111000 1010111 1001010

Color Harmonies of #F681DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681DF

Black with #F681DF

Text Example


Text Example

White with #F681DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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