Html Css Color HEX #F58BDC Pale Magenta

📋 copy color: '#F58BDC'

red 245 ◦ green 139 ◦ blue 220

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

Shades of Pale Magenta #F58BDC

Tints of Pale Magenta #F58BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.01%

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 40.56%
G = 23.01%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F58BDC (or 0xF58BDC) is known color: Pale Magenta. HEX triplet: F5, 8B and DC. RGB value is (245,139,220). Sum of RGB (Red+Green+Blue) = 245+139+220=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BDC is #0A7423. Grayscale: #B3B3B3. Windows color (decimal): -685092 or 14453749. OLE color: 14453749.

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

Color convert

RGB 245 139 220 -
CMYK 0 0.43 0.10 0.04
HSL 314.15º 0.84% 0.75% -
HSV(B) 314.15º 0.43% 0.96% -
XYZ 59.81 43.05 72.87 -
YUV 179.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 245 139 220 0 0.43 0.10 0.04 314.15 0.84 0.75
Hex F5 8B DC 0 2B A 4 13A 54 4B
Octal 365 213 334 0 53 12 4 472 124 113
Binary 11110101 10001011 11011100 0 101011 1010 100 100111010 1010100 1001011

Color Harmonies of #F58BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58BDC

Black with #F58BDC

Text Example


Text Example

White with #F58BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58BDC; }

 p { color: rgb(245,139,220); }

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

background-color css

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

 a { background-color: rgb(245,139,220); }

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

border-color css

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

 span { border-color: rgb(245,139,220); }

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