Html Css Color HEX #F773E0 Pale Magenta

📋 copy color: '#F773E0'

red 247 ◦ green 115 ◦ blue 224

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

Shades of Pale Magenta #F773E0

Tints of Pale Magenta #F773E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 42.15%
G = 19.62%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F773E0 (or 0xF773E0) is known color: Pale Magenta. HEX triplet: F7, 73 and E0. RGB value is (247,115,224). Sum of RGB (Red+Green+Blue) = 247+115+224=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F773E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773E0 is #088C1F. Grayscale: #A6A6A6. Windows color (decimal): -560160 or 14709751. OLE color: 14709751.

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

Color convert

RGB 247 115 224 -
CMYK 0 0.53 0.09 0.03
HSL 310.45º 0.89% 0.71% -
HSV(B) 310.45º 0.53% 0.97% -
XYZ 57.94 37.42 74.69 -
YUV 166.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 247 115 224 0 0.53 0.09 0.03 310.45 0.89 0.71
Hex F7 73 E0 0 35 9 3 136 59 47
Octal 367 163 340 0 65 11 3 466 131 107
Binary 11110111 1110011 11100000 0 110101 1001 11 100110110 1011001 1000111

Color Harmonies of #F773E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F773E0

Black with #F773E0

Text Example


Text Example

White with #F773E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F773E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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