Html Css Color HEX #F777DD Pale Magenta

📋 copy color: '#F777DD'

red 247 ◦ green 119 ◦ blue 221

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

Shades of Pale Magenta #F777DD

Tints of Pale Magenta #F777DD

RGB

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

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

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

R = 42.08%
G = 20.27%
B = 37.65%

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

#F777DD (or 0xF777DD) is known color: Pale Magenta. HEX triplet: F7, 77 and DD. RGB value is (247,119,221). Sum of RGB (Red+Green+Blue) = 247+119+221=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F777DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F777DD is #088822. Grayscale: #A8A8A8. Windows color (decimal): -559139 or 14514167. OLE color: 14514167.

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

Color convert

RGB 247 119 221 -
CMYK 0 0.52 0.11 0.03
HSL 312.19º 0.89% 0.72% -
HSV(B) 312.19º 0.52% 0.97% -
XYZ 58.01 38.19 72.72 -
YUV 168.9 157.41 183.71 -
System Red Green Blue C M Y K H S L
Decimal 247 119 221 0 0.52 0.11 0.03 312.19 0.89 0.72
Hex F7 77 DD 0 34 B 3 138 59 48
Octal 367 167 335 0 64 13 3 470 131 110
Binary 11110111 1110111 11011101 0 110100 1011 11 100111000 1011001 1001000

Color Harmonies of #F777DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F777DD

Black with #F777DD

Text Example


Text Example

White with #F777DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F777DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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