Html Css Color HEX #F473E5 Pale Magenta

📋 copy color: '#F473E5'

red 244 ◦ green 115 ◦ blue 229

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

Shades of Pale Magenta #F473E5

Tints of Pale Magenta #F473E5

RGB

 RED value IS 244 (95.7% from 255) = 41.5%

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

 BLUE value IS 229 (89.84% from 255) = 38.95%

R = 41.5%
G = 19.56%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F473E5 (or 0xF473E5) is known color: Pale Magenta. HEX triplet: F4, 73 and E5. RGB value is (244,115,229). Sum of RGB (Red+Green+Blue) = 244+115+229=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 244 - color contains mainly: red. Hex color #F473E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F473E5 is #0B8C1A. Grayscale: #A6A6A6. Windows color (decimal): -756763 or 15037428. OLE color: 15037428.

HSL color Cylindrical-coordinate representation of color #F473E5: hue angle of 306.98º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F473E5 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 115 229 -
CMYK 0 0.53 0.06 0.04
HSL 306.98º 0.85% 0.7% -
HSV(B) 306.98º 0.53% 0.96% -
XYZ 57.58 37.15 78.26 -
YUV 166.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 244 115 229 0 0.53 0.06 0.04 306.98 0.85 0.7
Hex F4 73 E5 0 35 6 4 133 55 46
Octal 364 163 345 0 65 6 4 463 125 106
Binary 11110100 1110011 11100101 0 110101 110 100 100110011 1010101 1000110

Color Harmonies of #F473E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F473E5

Black with #F473E5

Text Example


Text Example

White with #F473E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F473E5; }

 p { color: rgb(244,115,229); }

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

background-color css

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

 a { background-color: rgb(244,115,229); }

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

border-color css

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

 span { border-color: rgb(244,115,229); }

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