#F37BD4

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

Shades of Pale Magenta #F37BD4

Tints of Pale Magenta #F37BD4

Color information

#F37BD4 (or 0xF37BD4) is unknown color: approx Pale Magenta. HEX triplet: F3, 7B and D4. RGB value is (243,123,212). Sum of RGB (Red+Green+Blue) = 243+123+212=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 123 (48.44% from 255 or 21.28% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BD4 is #0C842B. Grayscale: #A8A8A8. Windows color (decimal): -820268 or 13925363. OLE color: 13925363.

HSL color Cylindrical-coordinate representation of color #F37BD4: hue angle of 315.5º 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 #F37BD4 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB243123212-
CMYK00.490.130.05
HSL315.5º83.33%71.76%-
HSV(B)315.5º49.38%95.29%-
XYZ55.9337.9766.67-
YUV169.03152.26180.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.04%
GREEN value IS 123 (48.44% from 255) = 21.28%
BLUE value IS 212 (83.20% from 255) = 36.68%
R=42.04%
G=21.28%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312321200.490.130.05315.583.3371.76
HexF37BD4031D513c5348
Octal363173324061155474123110
Binary111100111111011110101000110001110110110011110010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37BD4; }

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

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

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

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

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

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

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

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