Html Css Color HEX #F776DC Pale Magenta

📋 copy color: '#F776DC'

red 247 ◦ green 118 ◦ blue 220

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

Shades of Pale Magenta #F776DC

Tints of Pale Magenta #F776DC

RGB

 RED value IS 247 (96.88% from 255) = 42.22%

 GREEN value IS 118 (46.48% from 255) = 20.17%

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

R = 42.22%
G = 20.17%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F776DC (or 0xF776DC) is known color: Pale Magenta. HEX triplet: F7, 76 and DC. RGB value is (247,118,220). Sum of RGB (Red+Green+Blue) = 247+118+220=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 118 (46.48% from 255 or 20.17% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F776DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776DC is #088923. Grayscale: #A7A7A7. Windows color (decimal): -559396 or 14448375. OLE color: 14448375.

HSL color Cylindrical-coordinate representation of color #F776DC: hue angle of 312.56º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F776DC is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 118 220 -
CMYK 0 0.52 0.11 0.03
HSL 312.56º 0.89% 0.72% -
HSV(B) 312.56º 0.52% 0.97% -
XYZ 57.75 37.9 71.98 -
YUV 168.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 247 118 220 0 0.52 0.11 0.03 312.56 0.89 0.72
Hex F7 76 DC 0 34 B 3 139 59 48
Octal 367 166 334 0 64 13 3 471 131 110
Binary 11110111 1110110 11011100 0 110100 1011 11 100111001 1011001 1001000

Color Harmonies of #F776DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F776DC

Black with #F776DC

Text Example


Text Example

White with #F776DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F776DC; }

 p { color: rgb(247,118,220); }

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

background-color css

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

 a { background-color: rgb(247,118,220); }

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

border-color css

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

 span { border-color: rgb(247,118,220); }

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