Html Css Color HEX #F771DD Pale Magenta

📋 copy color: '#F771DD'

red 247 ◦ green 113 ◦ blue 221

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

Shades of Pale Magenta #F771DD

Tints of Pale Magenta #F771DD

RGB

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

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

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

R = 42.51%
G = 19.45%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F771DD (or 0xF771DD) is known color: Pale Magenta. HEX triplet: F7, 71 and DD. RGB value is (247,113,221). Sum of RGB (Red+Green+Blue) = 247+113+221=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 113 (44.53% from 255 or 19.45% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F771DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F771DD is #088E22. Grayscale: #A5A5A5. Windows color (decimal): -560675 or 14512631. OLE color: 14512631.

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

Color convert

RGB 247 113 221 -
CMYK 0 0.54 0.11 0.03
HSL 311.64º 0.89% 0.71% -
HSV(B) 311.64º 0.54% 0.97% -
XYZ 57.31 36.8 72.49 -
YUV 165.38 159.39 186.22 -
System Red Green Blue C M Y K H S L
Decimal 247 113 221 0 0.54 0.11 0.03 311.64 0.89 0.71
Hex F7 71 DD 0 36 B 3 138 59 47
Octal 367 161 335 0 66 13 3 470 131 107
Binary 11110111 1110001 11011101 0 110110 1011 11 100111000 1011001 1000111

Color Harmonies of #F771DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F771DD

Black with #F771DD

Text Example


Text Example

White with #F771DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F771DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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