Html Css Color HEX #F574E9 Pale Magenta

📋 copy color: '#F574E9'

red 245 ◦ green 116 ◦ blue 233

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

Shades of Pale Magenta #F574E9

Tints of Pale Magenta #F574E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.23%

R = 41.25%
G = 19.53%
B = 39.23%

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

#F574E9 (or 0xF574E9) is known color: Pale Magenta. HEX triplet: F5, 74 and E9. RGB value is (245,116,233). Sum of RGB (Red+Green+Blue) = 245+116+233=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 116 (45.70% from 255 or 19.53% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F574E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F574E9 is #0A8B16. Grayscale: #A7A7A7. Windows color (decimal): -690967 or 15299829. OLE color: 15299829.

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

Color convert

RGB 245 116 233 -
CMYK 0 0.53 0.05 0.04
HSL 305.58º 0.87% 0.71% -
HSV(B) 305.58º 0.53% 0.96% -
XYZ 58.61 37.79 81.3 -
YUV 167.91 164.74 182.99 -
System Red Green Blue C M Y K H S L
Decimal 245 116 233 0 0.53 0.05 0.04 305.58 0.87 0.71
Hex F5 74 E9 0 35 5 4 132 57 47
Octal 365 164 351 0 65 5 4 462 127 107
Binary 11110101 1110100 11101001 0 110101 101 100 100110010 1010111 1000111

Color Harmonies of #F574E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F574E9

Black with #F574E9

Text Example


Text Example

White with #F574E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F574E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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