Html Css Color HEX #F590DC Pale Magenta

📋 copy color: '#F590DC'

red 245 ◦ green 144 ◦ blue 220

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

Shades of Pale Magenta #F590DC

Tints of Pale Magenta #F590DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.65%

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

R = 40.23%
G = 23.65%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F590DC (or 0xF590DC) is known color: Pale Magenta. HEX triplet: F5, 90 and DC. RGB value is (245,144,220). Sum of RGB (Red+Green+Blue) = 245+144+220=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 144 (56.64% from 255 or 23.65% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F590DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590DC is #0A6F23. Grayscale: #B6B6B6. Windows color (decimal): -683812 or 14455029. OLE color: 14455029.

HSL color Cylindrical-coordinate representation of color #F590DC: hue angle of 314.85º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F590DC is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 144 220 -
CMYK 0 0.41 0.10 0.04
HSL 314.85º 0.83% 0.76% -
HSV(B) 314.85º 0.41% 0.96% -
XYZ 60.55 44.53 73.11 -
YUV 182.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 245 144 220 0 0.41 0.10 0.04 314.85 0.83 0.76
Hex F5 90 DC 0 29 A 4 13B 53 4C
Octal 365 220 334 0 51 12 4 473 123 114
Binary 11110101 10010000 11011100 0 101001 1010 100 100111011 1010011 1001100

Color Harmonies of #F590DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F590DC

Black with #F590DC

Text Example


Text Example

White with #F590DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F590DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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