#F38BD4

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

Shades of Pale Magenta #F38BD4

Tints of Pale Magenta #F38BD4

Color information

#F38BD4 (or 0xF38BD4) is unknown color: approx Pale Magenta. HEX triplet: F3, 8B and D4. RGB value is (243,139,212). Sum of RGB (Red+Green+Blue) = 243+139+212=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BD4 is #0C742B. Grayscale: #B2B2B2. Windows color (decimal): -816172 or 13929459. OLE color: 13929459.

HSL color Cylindrical-coordinate representation of color #F38BD4: hue angle of 317.88º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38BD4 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB243139212-
CMYK00.430.130.05
HSL317.88º81.25%74.9%-
HSV(B)317.88º42.8%95.29%-
XYZ58.0842.2767.39-
YUV178.42146.96174.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.91%
GREEN value IS 139 (54.69% from 255) = 23.40%
BLUE value IS 212 (83.20% from 255) = 35.69%
R=40.91%
G=23.40%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313921200.430.130.05317.8881.2574.9
HexF38BD402BD513e514b
Octal363213324053155476121113
Binary1111001110001011110101000101011110110110011111010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38BD4; }

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

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

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

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

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

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

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

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