Html Css Color HEX #F572E7 Pale Magenta

📋 copy color: '#F572E7'

red 245 ◦ green 114 ◦ blue 231

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

Shades of Pale Magenta #F572E7

Tints of Pale Magenta #F572E7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.32%

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

R = 41.53%
G = 19.32%
B = 39.15%

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

#F572E7 (or 0xF572E7) is known color: Pale Magenta. HEX triplet: F5, 72 and E7. RGB value is (245,114,231). Sum of RGB (Red+Green+Blue) = 245+114+231=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 114 (44.92% from 255 or 19.32% from 590); Blue value is 231 (90.62% from 255 or 39.15% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F572E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F572E7 is #0A8D18. Grayscale: #A6A6A6. Windows color (decimal): -691481 or 15168245. OLE color: 15168245.

HSL color Cylindrical-coordinate representation of color #F572E7: hue angle of 306.41º degrees, saturation: 0.87, 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 #F572E7 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 114 231 -
CMYK 0 0.53 0.06 0.04
HSL 306.41º 0.87% 0.7% -
HSV(B) 306.41º 0.53% 0.96% -
XYZ 58.1 37.22 79.72 -
YUV 166.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 245 114 231 0 0.53 0.06 0.04 306.41 0.87 0.7
Hex F5 72 E7 0 35 6 4 132 57 46
Octal 365 162 347 0 65 6 4 462 127 106
Binary 11110101 1110010 11100111 0 110101 110 100 100110010 1010111 1000110

Color Harmonies of #F572E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F572E7

Black with #F572E7

Text Example


Text Example

White with #F572E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F572E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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