Html Css Color HEX #F574E7 Pale Magenta

📋 copy color: '#F574E7'

red 245 ◦ green 116 ◦ blue 231

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

Shades of Pale Magenta #F574E7

Tints of Pale Magenta #F574E7

RGB

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

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

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

R = 41.39%
G = 19.59%
B = 39.02%

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

#F574E7 (or 0xF574E7) is known color: Pale Magenta. HEX triplet: F5, 74 and E7. RGB value is (245,116,231). Sum of RGB (Red+Green+Blue) = 245+116+231=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 116 (45.70% from 255 or 19.59% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F574E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F574E7 is #0A8B18. Grayscale: #A7A7A7. Windows color (decimal): -690969 or 15168757. OLE color: 15168757.

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

Color convert

RGB 245 116 231 -
CMYK 0 0.53 0.06 0.04
HSL 306.51º 0.87% 0.71% -
HSV(B) 306.51º 0.53% 0.96% -
XYZ 58.33 37.67 79.8 -
YUV 167.68 163.74 183.15 -
System Red Green Blue C M Y K H S L
Decimal 245 116 231 0 0.53 0.06 0.04 306.51 0.87 0.71
Hex F5 74 E7 0 35 6 4 133 57 47
Octal 365 164 347 0 65 6 4 463 127 107
Binary 11110101 1110100 11100111 0 110101 110 100 100110011 1010111 1000111

Color Harmonies of #F574E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F574E7

Black with #F574E7

Text Example


Text Example

White with #F574E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F574E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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