Html Css Color HEX #F58DDF Pale Magenta

📋 copy color: '#F58DDF'

red 245 ◦ green 141 ◦ blue 223

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

Shades of Pale Magenta #F58DDF

Tints of Pale Magenta #F58DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.62%

R = 40.23%
G = 23.15%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F58DDF (or 0xF58DDF) is known color: Pale Magenta. HEX triplet: F5, 8D and DF. RGB value is (245,141,223). Sum of RGB (Red+Green+Blue) = 245+141+223=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 141 (55.47% from 255 or 23.15% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DDF is #0A7220. Grayscale: #B5B5B5. Windows color (decimal): -684577 or 14650869. OLE color: 14650869.

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

Color convert

RGB 245 141 223 -
CMYK 0 0.42 0.09 0.04
HSL 312.69º 0.84% 0.76% -
HSV(B) 312.69º 0.42% 0.96% -
XYZ 60.5 43.79 75.08 -
YUV 181.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 245 141 223 0 0.42 0.09 0.04 312.69 0.84 0.76
Hex F5 8D DF 0 2A 9 4 139 54 4C
Octal 365 215 337 0 52 11 4 471 124 114
Binary 11110101 10001101 11011111 0 101010 1001 100 100111001 1010100 1001100

Color Harmonies of #F58DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58DDF

Black with #F58DDF

Text Example


Text Example

White with #F58DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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