Html Css Color HEX #F573E7 Pale Magenta

📋 copy color: '#F573E7'

red 245 ◦ green 115 ◦ blue 231

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

Shades of Pale Magenta #F573E7

Tints of Pale Magenta #F573E7

RGB

 RED value IS 245 (96.09% from 255) = 41.46%

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

 BLUE value IS 231 (90.63% from 255) = 39.09%

R = 41.46%
G = 19.46%
B = 39.09%

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

#F573E7 (or 0xF573E7) is known color: Pale Magenta. HEX triplet: F5, 73 and E7. RGB value is (245,115,231). Sum of RGB (Red+Green+Blue) = 245+115+231=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 115 (45.31% from 255 or 19.46% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F573E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F573E7 is #0A8C18. Grayscale: #A6A6A6. Windows color (decimal): -691225 or 15168501. OLE color: 15168501.

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

Color convert

RGB 245 115 231 -
CMYK 0 0.53 0.06 0.04
HSL 306.46º 0.87% 0.71% -
HSV(B) 306.46º 0.53% 0.96% -
XYZ 58.21 37.44 79.76 -
YUV 167.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 245 115 231 0 0.53 0.06 0.04 306.46 0.87 0.71
Hex F5 73 E7 0 35 6 4 132 57 47
Octal 365 163 347 0 65 6 4 462 127 107
Binary 11110101 1110011 11100111 0 110101 110 100 100110010 1010111 1000111

Color Harmonies of #F573E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F573E7

Black with #F573E7

Text Example


Text Example

White with #F573E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F573E7; }

 p { color: rgb(245,115,231); }

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

background-color css

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

 a { background-color: rgb(245,115,231); }

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

border-color css

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

 span { border-color: rgb(245,115,231); }

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