Html Css Color HEX #F771DF Pale Magenta

📋 copy color: '#F771DF'

red 247 ◦ green 113 ◦ blue 223

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

Shades of Pale Magenta #F771DF

Tints of Pale Magenta #F771DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.38%

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

R = 42.37%
G = 19.38%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F771DF (or 0xF771DF) is known color: Pale Magenta. HEX triplet: F7, 71 and DF. RGB value is (247,113,223). Sum of RGB (Red+Green+Blue) = 247+113+223=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F771DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F771DF is #088E20. Grayscale: #A5A5A5. Windows color (decimal): -560673 or 14643703. OLE color: 14643703.

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

Color convert

RGB 247 113 223 -
CMYK 0 0.54 0.10 0.03
HSL 310.75º 0.89% 0.71% -
HSV(B) 310.75º 0.54% 0.97% -
XYZ 57.58 36.91 73.9 -
YUV 165.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 247 113 223 0 0.54 0.10 0.03 310.75 0.89 0.71
Hex F7 71 DF 0 36 A 3 137 59 47
Octal 367 161 337 0 66 12 3 467 131 107
Binary 11110111 1110001 11011111 0 110110 1010 11 100110111 1011001 1000111

Color Harmonies of #F771DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F771DF

Black with #F771DF

Text Example


Text Example

White with #F771DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F771DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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