Html Css Color HEX #F58DDD Pale Magenta

📋 copy color: '#F58DDD'

red 245 ◦ green 141 ◦ blue 221

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

Shades of Pale Magenta #F58DDD

Tints of Pale Magenta #F58DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.23%

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 40.36%
G = 23.23%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F58DDD (or 0xF58DDD) is known color: Pale Magenta. HEX triplet: F5, 8D and DD. RGB value is (245,141,221). Sum of RGB (Red+Green+Blue) = 245+141+221=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DDD is #0A7222. Grayscale: #B5B5B5. Windows color (decimal): -684579 or 14519797. OLE color: 14519797.

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

Color convert

RGB 245 141 221 -
CMYK 0 0.42 0.10 0.04
HSL 313.85º 0.84% 0.76% -
HSV(B) 313.85º 0.42% 0.96% -
XYZ 60.23 43.68 73.66 -
YUV 181.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 245 141 221 0 0.42 0.10 0.04 313.85 0.84 0.76
Hex F5 8D DD 0 2A A 4 13A 54 4C
Octal 365 215 335 0 52 12 4 472 124 114
Binary 11110101 10001101 11011101 0 101010 1010 100 100111010 1010100 1001100

Color Harmonies of #F58DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58DDD

Black with #F58DDD

Text Example


Text Example

White with #F58DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58DDD; }

 p { color: rgb(245,141,221); }

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

background-color css

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

 a { background-color: rgb(245,141,221); }

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

border-color css

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

 span { border-color: rgb(245,141,221); }

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