Html Css Color HEX #F777DC Pale Magenta

📋 copy color: '#F777DC'

red 247 ◦ green 119 ◦ blue 220

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

Shades of Pale Magenta #F777DC

Tints of Pale Magenta #F777DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.31%

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

R = 42.15%
G = 20.31%
B = 37.54%

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

#F777DC (or 0xF777DC) is known color: Pale Magenta. HEX triplet: F7, 77 and DC. RGB value is (247,119,220). Sum of RGB (Red+Green+Blue) = 247+119+220=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 119 (46.88% from 255 or 20.31% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F777DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F777DC is #088823. Grayscale: #A8A8A8. Windows color (decimal): -559140 or 14448631. OLE color: 14448631.

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

Color convert

RGB 247 119 220 -
CMYK 0 0.52 0.11 0.03
HSL 312.66º 0.89% 0.72% -
HSV(B) 312.66º 0.52% 0.97% -
XYZ 57.87 38.14 72.02 -
YUV 168.79 156.91 183.79 -
System Red Green Blue C M Y K H S L
Decimal 247 119 220 0 0.52 0.11 0.03 312.66 0.89 0.72
Hex F7 77 DC 0 34 B 3 139 59 48
Octal 367 167 334 0 64 13 3 471 131 110
Binary 11110111 1110111 11011100 0 110100 1011 11 100111001 1011001 1001000

Color Harmonies of #F777DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F777DC

Black with #F777DC

Text Example


Text Example

White with #F777DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F777DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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