Html Css Color HEX #F58FDE Pale Magenta

📋 copy color: '#F58FDE'

red 245 ◦ green 143 ◦ blue 222

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

Shades of Pale Magenta #F58FDE

Tints of Pale Magenta #F58FDE

RGB

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

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

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

R = 40.16%
G = 23.44%
B = 36.39%

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

#F58FDE (or 0xF58FDE) is known color: Pale Magenta. HEX triplet: F5, 8F and DE. RGB value is (245,143,222). Sum of RGB (Red+Green+Blue) = 245+143+222=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58FDE is #0A7021. Grayscale: #B6B6B6. Windows color (decimal): -684066 or 14585845. OLE color: 14585845.

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

Color convert

RGB 245 143 222 -
CMYK 0 0.42 0.09 0.04
HSL 313.53º 0.84% 0.76% -
HSV(B) 313.53º 0.42% 0.96% -
XYZ 60.66 44.33 74.47 -
YUV 182.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 245 143 222 0 0.42 0.09 0.04 313.53 0.84 0.76
Hex F5 8F DE 0 2A 9 4 13A 54 4C
Octal 365 217 336 0 52 11 4 472 124 114
Binary 11110101 10001111 11011110 0 101010 1001 100 100111010 1010100 1001100

Color Harmonies of #F58FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58FDE

Black with #F58FDE

Text Example


Text Example

White with #F58FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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