Html Css Color HEX #F778DC Pale Magenta

📋 copy color: '#F778DC'

red 247 ◦ green 120 ◦ blue 220

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

Shades of Pale Magenta #F778DC

Tints of Pale Magenta #F778DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.44%

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

R = 42.08%
G = 20.44%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F778DC (or 0xF778DC) is known color: Pale Magenta. HEX triplet: F7, 78 and DC. RGB value is (247,120,220). Sum of RGB (Red+Green+Blue) = 247+120+220=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 120 (47.27% from 255 or 20.44% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F778DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F778DC is #088723. Grayscale: #A9A9A9. Windows color (decimal): -558884 or 14448887. OLE color: 14448887.

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

Color convert

RGB 247 120 220 -
CMYK 0 0.51 0.11 0.03
HSL 312.76º 0.89% 0.72% -
HSV(B) 312.76º 0.51% 0.97% -
XYZ 57.99 38.37 72.06 -
YUV 169.37 156.58 183.37 -
System Red Green Blue C M Y K H S L
Decimal 247 120 220 0 0.51 0.11 0.03 312.76 0.89 0.72
Hex F7 78 DC 0 33 B 3 139 59 48
Octal 367 170 334 0 63 13 3 471 131 110
Binary 11110111 1111000 11011100 0 110011 1011 11 100111001 1011001 1001000

Color Harmonies of #F778DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F778DC

Black with #F778DC

Text Example


Text Example

White with #F778DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F778DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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