#F38CDA

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

Shades of Pale Magenta #F38CDA

Tints of Pale Magenta #F38CDA

Color information

#F38CDA (or 0xF38CDA) is unknown color: approx Pale Magenta. HEX triplet: F3, 8C and DA. RGB value is (243,140,218). Sum of RGB (Red+Green+Blue) = 243+140+218=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 140 (55.08% from 255 or 23.29% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38CDA is #0C7325. Grayscale: #B3B3B3. Windows color (decimal): -815910 or 14322931. OLE color: 14322931.

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

Color convert

RGB243140218-
CMYK00.420.100.05
HSL314.56º81.1%75.1%-
HSV(B)314.56º42.39%95.29%-
XYZ5942.8771.5-
YUV179.69149.62173.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 140 (55.08% from 255) = 23.29%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=40.43%
G=23.29%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314021800.420.100.05314.5681.175.1
HexF38CDA02AA513b514b
Octal363214332052125473121113
Binary1111001110001100110110100101010101010110011101110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38CDA; }

 p { color: rgb(243,140,218); }

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

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

 a { background-color: rgb(243,140,218); }

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

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

 span { border-color: rgb(243,140,218); }

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