Html Css Color HEX #F574E8 Pale Magenta

📋 copy color: '#F574E8'

red 245 ◦ green 116 ◦ blue 232

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

Shades of Pale Magenta #F574E8

Tints of Pale Magenta #F574E8

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.56%

 BLUE value IS 232 (91.02% from 255) = 39.12%

R = 41.32%
G = 19.56%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F574E8 (or 0xF574E8) is known color: Pale Magenta. HEX triplet: F5, 74 and E8. RGB value is (245,116,232). Sum of RGB (Red+Green+Blue) = 245+116+232=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 116 (45.70% from 255 or 19.56% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F574E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F574E8 is #0A8B17. Grayscale: #A7A7A7. Windows color (decimal): -690968 or 15234293. OLE color: 15234293.

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

Color convert

RGB 245 116 232 -
CMYK 0 0.53 0.05 0.04
HSL 306.05º 0.87% 0.71% -
HSV(B) 306.05º 0.53% 0.96% -
XYZ 58.47 37.73 80.54 -
YUV 167.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 245 116 232 0 0.53 0.05 0.04 306.05 0.87 0.71
Hex F5 74 E8 0 35 5 4 132 57 47
Octal 365 164 350 0 65 5 4 462 127 107
Binary 11110101 1110100 11101000 0 110101 101 100 100110010 1010111 1000111

Color Harmonies of #F574E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F574E8

Black with #F574E8

Text Example


Text Example

White with #F574E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F574E8; }

 p { color: rgb(245,116,232); }

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

background-color css

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

 a { background-color: rgb(245,116,232); }

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

border-color css

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

 span { border-color: rgb(245,116,232); }

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