Html Css Color HEX #F772DF Pale Magenta

📋 copy color: '#F772DF'

red 247 ◦ green 114 ◦ blue 223

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

Shades of Pale Magenta #F772DF

Tints of Pale Magenta #F772DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.52%

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

R = 42.29%
G = 19.52%
B = 38.18%

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

#F772DF (or 0xF772DF) is known color: Pale Magenta. HEX triplet: F7, 72 and DF. RGB value is (247,114,223). Sum of RGB (Red+Green+Blue) = 247+114+223=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F772DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772DF is #088D20. Grayscale: #A5A5A5. Windows color (decimal): -560417 or 14643959. OLE color: 14643959.

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

Color convert

RGB 247 114 223 -
CMYK 0 0.54 0.10 0.03
HSL 310.83º 0.89% 0.71% -
HSV(B) 310.83º 0.54% 0.97% -
XYZ 57.69 37.14 73.94 -
YUV 166.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 247 114 223 0 0.54 0.10 0.03 310.83 0.89 0.71
Hex F7 72 DF 0 36 A 3 137 59 47
Octal 367 162 337 0 66 12 3 467 131 107
Binary 11110111 1110010 11011111 0 110110 1010 11 100110111 1011001 1000111

Color Harmonies of #F772DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F772DF

Black with #F772DF

Text Example


Text Example

White with #F772DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F772DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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