Html Css Color HEX #F575E0 Pale Magenta

📋 copy color: '#F575E0'

red 245 ◦ green 117 ◦ blue 224

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

Shades of Pale Magenta #F575E0

Tints of Pale Magenta #F575E0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.97%

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

R = 41.81%
G = 19.97%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F575E0 (or 0xF575E0) is known color: Pale Magenta. HEX triplet: F5, 75 and E0. RGB value is (245,117,224). Sum of RGB (Red+Green+Blue) = 245+117+224=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 117 (46.09% from 255 or 19.97% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F575E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575E0 is #0A8A1F. Grayscale: #A7A7A7. Windows color (decimal): -690720 or 14710261. OLE color: 14710261.

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

Color convert

RGB 245 117 224 -
CMYK 0 0.52 0.09 0.04
HSL 309.84º 0.86% 0.71% -
HSV(B) 309.84º 0.52% 0.96% -
XYZ 57.47 37.52 74.73 -
YUV 167.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 245 117 224 0 0.52 0.09 0.04 309.84 0.86 0.71
Hex F5 75 E0 0 34 9 4 136 56 47
Octal 365 165 340 0 64 11 4 466 126 107
Binary 11110101 1110101 11100000 0 110100 1001 100 100110110 1010110 1000111

Color Harmonies of #F575E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F575E0

Black with #F575E0

Text Example


Text Example

White with #F575E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F575E0; }

 p { color: rgb(245,117,224); }

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

background-color css

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

 a { background-color: rgb(245,117,224); }

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

border-color css

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

 span { border-color: rgb(245,117,224); }

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