Html Css Color HEX #F66EDD Pale Magenta

📋 copy color: '#F66EDD'

red 246 ◦ green 110 ◦ blue 221

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

Shades of Pale Magenta #F66EDD

Tints of Pale Magenta #F66EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.06%

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

R = 42.63%
G = 19.06%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F66EDD (or 0xF66EDD) is known color: Pale Magenta. HEX triplet: F6, 6E and DD. RGB value is (246,110,221). Sum of RGB (Red+Green+Blue) = 246+110+221=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 110 (43.36% from 255 or 19.06% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F66EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66EDD is #099122. Grayscale: #A3A3A3. Windows color (decimal): -626979 or 14511862. OLE color: 14511862.

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

Color convert

RGB 246 110 221 -
CMYK 0 0.55 0.10 0.04
HSL 311.03º 0.88% 0.7% -
HSV(B) 311.03º 0.55% 0.96% -
XYZ 56.63 35.97 72.36 -
YUV 163.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 246 110 221 0 0.55 0.10 0.04 311.03 0.88 0.7
Hex F6 6E DD 0 37 A 4 137 58 46
Octal 366 156 335 0 67 12 4 467 130 106
Binary 11110110 1101110 11011101 0 110111 1010 100 100110111 1011000 1000110

Color Harmonies of #F66EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66EDD

Black with #F66EDD

Text Example


Text Example

White with #F66EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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