Html Css Color HEX #F66EDB Pale Magenta

📋 copy color: '#F66EDB'

red 246 ◦ green 110 ◦ blue 219

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

Shades of Pale Magenta #F66EDB

Tints of Pale Magenta #F66EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 42.78%
G = 19.13%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F66EDB (or 0xF66EDB) is known color: Pale Magenta. HEX triplet: F6, 6E and DB. RGB value is (246,110,219). Sum of RGB (Red+Green+Blue) = 246+110+219=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F66EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66EDB is #099124. Grayscale: #A2A2A2. Windows color (decimal): -626981 or 14380790. OLE color: 14380790.

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

Color convert

RGB 246 110 219 -
CMYK 0 0.55 0.11 0.04
HSL 311.91º 0.88% 0.7% -
HSV(B) 311.91º 0.55% 0.96% -
XYZ 56.37 35.86 70.97 -
YUV 163.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 246 110 219 0 0.55 0.11 0.04 311.91 0.88 0.7
Hex F6 6E DB 0 37 B 4 138 58 46
Octal 366 156 333 0 67 13 4 470 130 106
Binary 11110110 1101110 11011011 0 110111 1011 100 100111000 1011000 1000110

Color Harmonies of #F66EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66EDB

Black with #F66EDB

Text Example


Text Example

White with #F66EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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