Html Css Color HEX #F590DE Pale Magenta

📋 copy color: '#F590DE'

red 245 ◦ green 144 ◦ blue 222

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

Shades of Pale Magenta #F590DE

Tints of Pale Magenta #F590DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.33%

R = 40.1%
G = 23.57%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F590DE (or 0xF590DE) is known color: Pale Magenta. HEX triplet: F5, 90 and DE. RGB value is (245,144,222). Sum of RGB (Red+Green+Blue) = 245+144+222=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F590DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590DE is #0A6F21. Grayscale: #B6B6B6. Windows color (decimal): -683810 or 14586101. OLE color: 14586101.

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

Color convert

RGB 245 144 222 -
CMYK 0 0.41 0.09 0.04
HSL 313.66º 0.83% 0.76% -
HSV(B) 313.66º 0.41% 0.96% -
XYZ 60.81 44.63 74.52 -
YUV 183.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 245 144 222 0 0.41 0.09 0.04 313.66 0.83 0.76
Hex F5 90 DE 0 29 9 4 13A 53 4C
Octal 365 220 336 0 51 11 4 472 123 114
Binary 11110101 10010000 11011110 0 101001 1001 100 100111010 1010011 1001100

Color Harmonies of #F590DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F590DE

Black with #F590DE

Text Example


Text Example

White with #F590DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F590DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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