Html Css Color HEX #F572E6 Pale Magenta

📋 copy color: '#F572E6'

red 245 ◦ green 114 ◦ blue 230

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

Shades of Pale Magenta #F572E6

Tints of Pale Magenta #F572E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.05%

R = 41.6%
G = 19.35%
B = 39.05%

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

#F572E6 (or 0xF572E6) is known color: Pale Magenta. HEX triplet: F5, 72 and E6. RGB value is (245,114,230). Sum of RGB (Red+Green+Blue) = 245+114+230=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 114 (44.92% from 255 or 19.35% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F572E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F572E6 is #0A8D19. Grayscale: #A6A6A6. Windows color (decimal): -691482 or 15102709. OLE color: 15102709.

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

Color convert

RGB 245 114 230 -
CMYK 0 0.53 0.06 0.04
HSL 306.87º 0.87% 0.7% -
HSV(B) 306.87º 0.53% 0.96% -
XYZ 57.96 37.16 78.98 -
YUV 166.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 245 114 230 0 0.53 0.06 0.04 306.87 0.87 0.7
Hex F5 72 E6 0 35 6 4 133 57 46
Octal 365 162 346 0 65 6 4 463 127 106
Binary 11110101 1110010 11100110 0 110101 110 100 100110011 1010111 1000110

Color Harmonies of #F572E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F572E6

Black with #F572E6

Text Example


Text Example

White with #F572E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F572E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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