Html Css Color HEX #F66EE1 Pale Magenta

📋 copy color: '#F66EE1'

red 246 ◦ green 110 ◦ blue 225

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

Shades of Pale Magenta #F66EE1

Tints of Pale Magenta #F66EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.73%

R = 42.34%
G = 18.93%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F66EE1 (or 0xF66EE1) is known color: Pale Magenta. HEX triplet: F6, 6E and E1. RGB value is (246,110,225). Sum of RGB (Red+Green+Blue) = 246+110+225=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 110 (43.36% from 255 or 18.93% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F66EE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66EE1 is #09911E. Grayscale: #A3A3A3. Windows color (decimal): -626975 or 14774006. OLE color: 14774006.

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

Color convert

RGB 246 110 225 -
CMYK 0 0.55 0.09 0.04
HSL 309.26º 0.88% 0.7% -
HSV(B) 309.26º 0.55% 0.96% -
XYZ 57.17 36.18 75.2 -
YUV 163.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 246 110 225 0 0.55 0.09 0.04 309.26 0.88 0.7
Hex F6 6E E1 0 37 9 4 135 58 46
Octal 366 156 341 0 67 11 4 465 130 106
Binary 11110110 1101110 11100001 0 110111 1001 100 100110101 1011000 1000110

Color Harmonies of #F66EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66EE1

Black with #F66EE1

Text Example


Text Example

White with #F66EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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