Html Css Color HEX #F58FD8 Pale Magenta

📋 copy color: '#F58FD8'

red 245 ◦ green 143 ◦ blue 216

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

Shades of Pale Magenta #F58FD8

Tints of Pale Magenta #F58FD8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.68%

 BLUE value IS 216 (84.77% from 255) = 35.76%

R = 40.56%
G = 23.68%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F58FD8 (or 0xF58FD8) is known color: Pale Magenta. HEX triplet: F5, 8F and D8. RGB value is (245,143,216). Sum of RGB (Red+Green+Blue) = 245+143+216=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58FD8 is #0A7027. Grayscale: #B5B5B5. Windows color (decimal): -684072 or 14192629. OLE color: 14192629.

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

Color convert

RGB 245 143 216 -
CMYK 0 0.42 0.12 0.04
HSL 317.06º 0.84% 0.76% -
HSV(B) 317.06º 0.42% 0.96% -
XYZ 59.87 44.02 70.31 -
YUV 181.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 245 143 216 0 0.42 0.12 0.04 317.06 0.84 0.76
Hex F5 8F D8 0 2A C 4 13D 54 4C
Octal 365 217 330 0 52 14 4 475 124 114
Binary 11110101 10001111 11011000 0 101010 1100 100 100111101 1010100 1001100

Color Harmonies of #F58FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58FD8

Black with #F58FD8

Text Example


Text Example

White with #F58FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58FD8; }

 p { color: rgb(245,143,216); }

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

background-color css

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

 a { background-color: rgb(245,143,216); }

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

border-color css

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

 span { border-color: rgb(245,143,216); }

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