Html Css Color HEX #F68DED Pale Magenta

📋 copy color: '#F68DED'

red 246 ◦ green 141 ◦ blue 237

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

Shades of Pale Magenta #F68DED

Tints of Pale Magenta #F68DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.98%

R = 39.42%
G = 22.6%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F68DED (or 0xF68DED) is known color: Pale Magenta. HEX triplet: F6, 8D and ED. RGB value is (246,141,237). Sum of RGB (Red+Green+Blue) = 246+141+237=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 141 (55.47% from 255 or 22.60% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68DED is #097212. Grayscale: #B7B7B7. Windows color (decimal): -619027 or 15568374. OLE color: 15568374.

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

Color convert

RGB 246 141 237 -
CMYK 0 0.43 0.04 0.04
HSL 305.14º 0.85% 0.76% -
HSV(B) 305.14º 0.43% 0.96% -
XYZ 62.82 44.76 85.45 -
YUV 183.34 158.29 172.69 -
System Red Green Blue C M Y K H S L
Decimal 246 141 237 0 0.43 0.04 0.04 305.14 0.85 0.76
Hex F6 8D ED 0 2B 4 4 131 55 4C
Octal 366 215 355 0 53 4 4 461 125 114
Binary 11110110 10001101 11101101 0 101011 100 100 100110001 1010101 1001100

Color Harmonies of #F68DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68DED

Black with #F68DED

Text Example


Text Example

White with #F68DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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