#F37BDB

Color #F37BDB Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F37BDB

Tints of Pale Magenta #F37BDB

Color information

#F37BDB (or 0xF37BDB) is unknown color: approx Pale Magenta. HEX triplet: F3, 7B and DB. RGB value is (243,123,219). Sum of RGB (Red+Green+Blue) = 243+123+219=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 123 (48.44% from 255 or 21.03% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BDB is #0C8424. Grayscale: #A9A9A9. Windows color (decimal): -820261 or 14384115. OLE color: 14384115.

HSL color Cylindrical-coordinate representation of color #F37BDB: hue angle of 312º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37BDB is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243123219-
CMYK00.490.100.05
HSL312º83.33%71.76%-
HSV(B)312º49.38%95.29%-
XYZ56.8338.3471.42-
YUV169.82155.76180.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.54%
GREEN value IS 123 (48.44% from 255) = 21.03%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=41.54%
G=21.03%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312321900.490.100.0531283.3371.76
HexF37BDB031A51385348
Octal363173333061125470123110
Binary111100111111011110110110110001101010110011100010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37BDB; }

 p { color: rgb(243,123,219); }

 H1.HeaderClassName
 {
   color: #F37BDB;
 }
 .AnyTagClassName
 {
   color: #F37BDB;
 }
</style>
background-color css

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

 a { background-color: rgb(243,123,219); }

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

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

 span { border-color: rgb(243,123,219); }

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