Html Css Color HEX #F779DD Pale Magenta

📋 copy color: '#F779DD'

red 247 ◦ green 121 ◦ blue 221

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

Shades of Pale Magenta #F779DD

Tints of Pale Magenta #F779DD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.54%

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 41.94%
G = 20.54%
B = 37.52%

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

#F779DD (or 0xF779DD) is known color: Pale Magenta. HEX triplet: F7, 79 and DD. RGB value is (247,121,221). Sum of RGB (Red+Green+Blue) = 247+121+221=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 121 (47.66% from 255 or 20.54% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F779DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F779DD is #088622. Grayscale: #A9A9A9. Windows color (decimal): -558627 or 14514679. OLE color: 14514679.

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

Color convert

RGB 247 121 221 -
CMYK 0 0.51 0.11 0.03
HSL 312.38º 0.89% 0.72% -
HSV(B) 312.38º 0.51% 0.97% -
XYZ 58.25 38.67 72.8 -
YUV 170.07 156.74 182.87 -
System Red Green Blue C M Y K H S L
Decimal 247 121 221 0 0.51 0.11 0.03 312.38 0.89 0.72
Hex F7 79 DD 0 33 B 3 138 59 48
Octal 367 171 335 0 63 13 3 470 131 110
Binary 11110111 1111001 11011101 0 110011 1011 11 100111000 1011001 1001000

Color Harmonies of #F779DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F779DD

Black with #F779DD

Text Example


Text Example

White with #F779DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F779DD; }

 p { color: rgb(247,121,221); }

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

background-color css

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

 a { background-color: rgb(247,121,221); }

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

border-color css

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

 span { border-color: rgb(247,121,221); }

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