Html Css Color HEX #F58BDB Pale Magenta

📋 copy color: '#F58BDB'

red 245 ◦ green 139 ◦ blue 219

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

Shades of Pale Magenta #F58BDB

Tints of Pale Magenta #F58BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.32%

R = 40.63%
G = 23.05%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F58BDB (or 0xF58BDB) is known color: Pale Magenta. HEX triplet: F5, 8B and DB. RGB value is (245,139,219). Sum of RGB (Red+Green+Blue) = 245+139+219=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 139 (54.69% from 255 or 23.05% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BDB is #0A7424. Grayscale: #B3B3B3. Windows color (decimal): -685093 or 14388213. OLE color: 14388213.

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

Color convert

RGB 245 139 219 -
CMYK 0 0.43 0.11 0.04
HSL 314.72º 0.84% 0.75% -
HSV(B) 314.72º 0.43% 0.96% -
XYZ 59.67 42.99 72.17 -
YUV 179.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 245 139 219 0 0.43 0.11 0.04 314.72 0.84 0.75
Hex F5 8B DB 0 2B B 4 13B 54 4B
Octal 365 213 333 0 53 13 4 473 124 113
Binary 11110101 10001011 11011011 0 101011 1011 100 100111011 1010100 1001011

Color Harmonies of #F58BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58BDB

Black with #F58BDB

Text Example


Text Example

White with #F58BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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