Html Css Color HEX #F66FDC Pale Magenta

📋 copy color: '#F66FDC'

red 246 ◦ green 111 ◦ blue 220

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

Shades of Pale Magenta #F66FDC

Tints of Pale Magenta #F66FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.24%

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 42.63%
G = 19.24%
B = 38.13%

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

#F66FDC (or 0xF66FDC) is known color: Pale Magenta. HEX triplet: F6, 6F and DC. RGB value is (246,111,220). Sum of RGB (Red+Green+Blue) = 246+111+220=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 111 (43.75% from 255 or 19.24% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66FDC is #099023. Grayscale: #A3A3A3. Windows color (decimal): -626724 or 14446582. OLE color: 14446582.

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

Color convert

RGB 246 111 220 -
CMYK 0 0.55 0.11 0.04
HSL 311.56º 0.88% 0.7% -
HSV(B) 311.56º 0.55% 0.96% -
XYZ 56.61 36.13 71.7 -
YUV 163.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 246 111 220 0 0.55 0.11 0.04 311.56 0.88 0.7
Hex F6 6F DC 0 37 B 4 138 58 46
Octal 366 157 334 0 67 13 4 470 130 106
Binary 11110110 1101111 11011100 0 110111 1011 100 100111000 1011000 1000110

Color Harmonies of #F66FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66FDC

Black with #F66FDC

Text Example


Text Example

White with #F66FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66FDC; }

 p { color: rgb(246,111,220); }

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

background-color css

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

 a { background-color: rgb(246,111,220); }

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

border-color css

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

 span { border-color: rgb(246,111,220); }

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