Html Css Color HEX #F773DF Pale Magenta

📋 copy color: '#F773DF'

red 247 ◦ green 115 ◦ blue 223

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

Shades of Pale Magenta #F773DF

Tints of Pale Magenta #F773DF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.66%

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

R = 42.22%
G = 19.66%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F773DF (or 0xF773DF) is known color: Pale Magenta. HEX triplet: F7, 73 and DF. RGB value is (247,115,223). Sum of RGB (Red+Green+Blue) = 247+115+223=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F773DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773DF is #088C20. Grayscale: #A6A6A6. Windows color (decimal): -560161 or 14644215. OLE color: 14644215.

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

Color convert

RGB 247 115 223 -
CMYK 0 0.53 0.10 0.03
HSL 310.91º 0.89% 0.71% -
HSV(B) 310.91º 0.53% 0.97% -
XYZ 57.81 37.36 73.98 -
YUV 166.78 159.73 185.22 -
System Red Green Blue C M Y K H S L
Decimal 247 115 223 0 0.53 0.10 0.03 310.91 0.89 0.71
Hex F7 73 DF 0 35 A 3 137 59 47
Octal 367 163 337 0 65 12 3 467 131 107
Binary 11110111 1110011 11011111 0 110101 1010 11 100110111 1011001 1000111

Color Harmonies of #F773DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F773DF

Black with #F773DF

Text Example


Text Example

White with #F773DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F773DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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