Html Css Color HEX #F68EDD Pale Magenta

📋 copy color: '#F68EDD'

red 246 ◦ green 142 ◦ blue 221

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

Shades of Pale Magenta #F68EDD

Tints of Pale Magenta #F68EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.32%

 BLUE value IS 221 (86.72% from 255) = 36.29%

R = 40.39%
G = 23.32%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F68EDD (or 0xF68EDD) is known color: Pale Magenta. HEX triplet: F6, 8E and DD. RGB value is (246,142,221). Sum of RGB (Red+Green+Blue) = 246+142+221=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68EDD is #097122. Grayscale: #B5B5B5. Windows color (decimal): -618787 or 14520054. OLE color: 14520054.

HSL color Cylindrical-coordinate representation of color #F68EDD: hue angle of 314.42º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68EDD is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 142 221 -
CMYK 0 0.42 0.10 0.04
HSL 314.42º 0.85% 0.76% -
HSV(B) 314.42º 0.42% 0.96% -
XYZ 60.73 44.16 73.73 -
YUV 182.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 246 142 221 0 0.42 0.10 0.04 314.42 0.85 0.76
Hex F6 8E DD 0 2A A 4 13A 55 4C
Octal 366 216 335 0 52 12 4 472 125 114
Binary 11110110 10001110 11011101 0 101010 1010 100 100111010 1010101 1001100

Color Harmonies of #F68EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68EDD

Black with #F68EDD

Text Example


Text Example

White with #F68EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68EDD; }

 p { color: rgb(246,142,221); }

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

background-color css

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

 a { background-color: rgb(246,142,221); }

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

border-color css

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

 span { border-color: rgb(246,142,221); }

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