Html Css Color HEX #F58BDD Pale Magenta

📋 copy color: '#F58BDD'

red 245 ◦ green 139 ◦ blue 221

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

Shades of Pale Magenta #F58BDD

Tints of Pale Magenta #F58BDD

RGB

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

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

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

R = 40.5%
G = 22.98%
B = 36.53%

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

#F58BDD (or 0xF58BDD) is known color: Pale Magenta. HEX triplet: F5, 8B and DD. RGB value is (245,139,221). Sum of RGB (Red+Green+Blue) = 245+139+221=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 139 (54.69% from 255 or 22.98% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BDD is #0A7422. Grayscale: #B3B3B3. Windows color (decimal): -685091 or 14519285. OLE color: 14519285.

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

Color convert

RGB 245 139 221 -
CMYK 0 0.43 0.10 0.04
HSL 313.58º 0.84% 0.75% -
HSV(B) 313.58º 0.43% 0.96% -
XYZ 59.94 43.1 73.57 -
YUV 180.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 245 139 221 0 0.43 0.10 0.04 313.58 0.84 0.75
Hex F5 8B DD 0 2B A 4 13A 54 4B
Octal 365 213 335 0 53 12 4 472 124 113
Binary 11110101 10001011 11011101 0 101011 1010 100 100111010 1010100 1001011

Color Harmonies of #F58BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58BDD

Black with #F58BDD

Text Example


Text Example

White with #F58BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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