Html Css Color HEX #F58BDE Pale Magenta

📋 copy color: '#F58BDE'

red 245 ◦ green 139 ◦ blue 222

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

Shades of Pale Magenta #F58BDE

Tints of Pale Magenta #F58BDE

RGB

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

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

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

R = 40.43%
G = 22.94%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F58BDE (or 0xF58BDE) is known color: Pale Magenta. HEX triplet: F5, 8B and DE. RGB value is (245,139,222). Sum of RGB (Red+Green+Blue) = 245+139+222=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BDE is #0A7421. Grayscale: #B3B3B3. Windows color (decimal): -685090 or 14584821. OLE color: 14584821.

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

Color convert

RGB 245 139 222 -
CMYK 0 0.43 0.09 0.04
HSL 313.02º 0.84% 0.75% -
HSV(B) 313.02º 0.43% 0.96% -
XYZ 60.07 43.15 74.27 -
YUV 180.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 245 139 222 0 0.43 0.09 0.04 313.02 0.84 0.75
Hex F5 8B DE 0 2B 9 4 139 54 4B
Octal 365 213 336 0 53 11 4 471 124 113
Binary 11110101 10001011 11011110 0 101011 1001 100 100111001 1010100 1001011

Color Harmonies of #F58BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58BDE

Black with #F58BDE

Text Example


Text Example

White with #F58BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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