Html Css Color HEX #F574DC Pale Magenta

📋 copy color: '#F574DC'

red 245 ◦ green 116 ◦ blue 220

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

Shades of Pale Magenta #F574DC

Tints of Pale Magenta #F574DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 42.17%
G = 19.97%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F574DC (or 0xF574DC) is known color: Pale Magenta. HEX triplet: F5, 74 and DC. RGB value is (245,116,220). Sum of RGB (Red+Green+Blue) = 245+116+220=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F574DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F574DC is #0A8B23. Grayscale: #A6A6A6. Windows color (decimal): -690980 or 14447861. OLE color: 14447861.

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

Color convert

RGB 245 116 220 -
CMYK 0 0.53 0.10 0.04
HSL 311.63º 0.87% 0.71% -
HSV(B) 311.63º 0.53% 0.96% -
XYZ 56.82 37.07 71.87 -
YUV 166.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 245 116 220 0 0.53 0.10 0.04 311.63 0.87 0.71
Hex F5 74 DC 0 35 A 4 138 57 47
Octal 365 164 334 0 65 12 4 470 127 107
Binary 11110101 1110100 11011100 0 110101 1010 100 100111000 1010111 1000111

Color Harmonies of #F574DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F574DC

Black with #F574DC

Text Example


Text Example

White with #F574DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F574DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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