Html Css Color HEX #F777DF Pale Magenta

📋 copy color: '#F777DF'

red 247 ◦ green 119 ◦ blue 223

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

Shades of Pale Magenta #F777DF

Tints of Pale Magenta #F777DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.86%

R = 41.94%
G = 20.2%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F777DF (or 0xF777DF) is known color: Pale Magenta. HEX triplet: F7, 77 and DF. RGB value is (247,119,223). Sum of RGB (Red+Green+Blue) = 247+119+223=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F777DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F777DF is #088820. Grayscale: #A8A8A8. Windows color (decimal): -559137 or 14645239. OLE color: 14645239.

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

Color convert

RGB 247 119 223 -
CMYK 0 0.52 0.10 0.03
HSL 311.25º 0.89% 0.72% -
HSV(B) 311.25º 0.52% 0.97% -
XYZ 58.27 38.3 74.13 -
YUV 169.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 247 119 223 0 0.52 0.10 0.03 311.25 0.89 0.72
Hex F7 77 DF 0 34 A 3 137 59 48
Octal 367 167 337 0 64 12 3 467 131 110
Binary 11110111 1110111 11011111 0 110100 1010 11 100110111 1011001 1001000

Color Harmonies of #F777DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F777DF

Black with #F777DF

Text Example


Text Example

White with #F777DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F777DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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